Skip to content

Commit

Permalink
fix: use supportedApps (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooney authored Sep 18, 2023
1 parent 3a810e6 commit d5e80bf
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ To use the 1Integrate activities in [VertiGIS Studio Workflow Designer](https://
- URL: The URL to this activity pack manifest
- Use https://unpkg.com/@vertigis/workflow-activities-1integrate/activitypack.json for the latest version
- Use https://unpkg.com/@vertigis/[email protected]/activitypack.json for a specific version
- Use https://localhost:5000/activitypack.json for a local development version
- Title: Your desired title
- Tags: Must include `geocortex-workflow-activity-pack`
1. Reload [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/)
Expand Down
2 changes: 1 addition & 1 deletion src/activities/AuthenticateAppService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface AuthenticateAppServiceOutputs {
* @category 1Spatial - 1Integrate
* @description Authenticates an application with the 1Integrate REST API.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class AuthenticateAppService implements IActivityHandler {
async execute(
Expand Down
2 changes: 1 addition & 1 deletion src/activities/ControlSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface ControlSessionOutputs {
* @category 1Spatial - 1Integrate
* @description Executes actions against a given session.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class ControlSession implements IActivityHandler {
async execute(
Expand Down
2 changes: 1 addition & 1 deletion src/activities/GetActionMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface GetActionMapsOutputs {
* @category 1Spatial - 1Integrate
* @description Returns a list of action map resources in the Action Maps folder.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class GetActionMaps implements IActivityHandler {
async execute(inputs: GetActionMapsInputs): Promise<GetActionMapsOutputs> {
Expand Down
2 changes: 1 addition & 1 deletion src/activities/GetActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface GetActionsOutputs {
* @category 1Spatial - 1Integrate
* @description Returns a list of action resources in the Actions folder.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class GetActions implements IActivityHandler {
async execute(inputs: GetActionsInputs): Promise<GetActionsOutputs> {
Expand Down
2 changes: 1 addition & 1 deletion src/activities/GetDatastores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface GetDatastoresOutputs {
* @category 1Spatial - 1Integrate
* @description Returns a list of datastore resources in the Datastores folder.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class GetDatastores implements IActivityHandler {
async execute(inputs: GetDatastoresInputs): Promise<GetDatastoresOutputs> {
Expand Down
2 changes: 1 addition & 1 deletion src/activities/GetResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface GetResourceOutputs {
* @category 1Spatial - 1Integrate
* @description Returns a 1Integrate resource given its folder and the path under.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class GetResource implements IActivityHandler {
async execute(inputs: GetResourceInputs): Promise<GetResourceOutputs> {
Expand Down
2 changes: 1 addition & 1 deletion src/activities/GetRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface GetRulesOutputs {
* @category 1Spatial - 1Integrate
* @description Returns the activity log entries for a given locate.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class GetRules implements IActivityHandler {
async execute(inputs: GetRulesInputs): Promise<GetRulesOutputs> {
Expand Down
2 changes: 1 addition & 1 deletion src/activities/GetSessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface GetSessionsOutputs {
* @category 1Spatial - 1Integrate
* @description Returns the activity log entries for a given locate.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class GetSessions implements IActivityHandler {
async execute(inputs: GetSessionsInputs): Promise<GetSessionsOutputs> {
Expand Down
2 changes: 1 addition & 1 deletion src/activities/ManageResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface ManageResourceOutputs {
* @category 1Spatial - 1Integrate
* @description Returns the activity log entries for a given locate.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class ManageResource implements IActivityHandler {
async execute(
Expand Down
2 changes: 1 addition & 1 deletion src/activities/QuerySession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface QuerySessionOutputs {
* @category 1Spatial - 1Integrate
* @description Returns the activity log entries for a given locate.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class QuerySession implements IActivityHandler {
async execute(inputs: QuerySessionInputs): Promise<QuerySessionOutputs> {
Expand Down
2 changes: 1 addition & 1 deletion src/activities/RemoveResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface RemoveResourceOutputs {
* @category 1Spatial - 1Integrate
* @description Returns the activity log entries for a given locate.
* @clientOnly
* @unsupportedApps GMV
* @supportedApps EXB, GWV, GVH, WAB
*/
export class RemoveResource implements IActivityHandler {
async execute(
Expand Down

0 comments on commit d5e80bf

Please sign in to comment.