-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,12 @@ To use the 1Integrate activities in [VertiGIS Studio Workflow Designer](https:// | |
- Purpose: `Ready To Use` | ||
- API: `JavaScript` | ||
- URL: The URL to this activity pack manifest | ||
- Use https://unpkg.com/@geocortex/workflow-activities-1integrate/activitypack.json for the latest version | ||
- Use https://unpkg.com/@geocortex/[email protected]/activitypack.json for a specific version | ||
- 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 | ||
- Title: Your desired title | ||
- Tags: Must include `geocortex-workflow-activity-pack` | ||
1. Reload [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/) | ||
1. The 1Integrate activities will now appear in the activity toolbox in a `1Integrate` category | ||
1. The 1Integrate activities will now appear in the activity toolbox in a `1Spatial - 1Integrate` category | ||
|
||
### Use the 1Integrate activities in a workflow | ||
|
||
|
@@ -42,7 +42,7 @@ To use the 1Integrate activities in [VertiGIS Studio Workflow Designer](https:// | |
|
||
## Development | ||
|
||
This project was bootstrapped with the [VertiGIS Studio Workflow SDK](https://github.com/geocortex/vertigis-workflow-sdk). Before you can use your activity pack in the [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/), you will need to [register the activity pack](https://developers.geocortex.com/docs/workflow/sdk-web-overview#register-the-activity-pack). | ||
This project was bootstrapped with the [VertiGIS Studio Workflow SDK](https://github.com/geocortex/vertigis-workflow-sdk). Before you can use your activity pack in the [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/), you will need to [register the activity pack](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview#register-the-activity-pack). | ||
|
||
## Available Scripts | ||
|
||
|
@@ -54,7 +54,7 @@ Interactively generate a new activity or form element. | |
|
||
### `npm start` | ||
|
||
Runs the project in development mode. Your activity pack will be available at [http://localhost:5000/main.js](http://localhost:5000/main.js). The HTTPS certificate of the development server is a self-signed certificate that web browsers will warn about. To work around this open [`https://localhost:5000/main.js`](https://localhost:5000/main.js) in a web browser and allow the invalid certificate as an exception. For creating a locally-trusted HTTPS certificate see the [Configuring a HTTPS Certificate](https://developers.geocortex.com/docs/workflow/sdk-web-overview/#configuring-a-https-certificate) section on the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/workflow/overview/). | ||
Runs the project in development mode. Your activity pack will be available at [http://localhost:5000/main.js](http://localhost:5000/main.js). The HTTPS certificate of the development server is a self-signed certificate that web browsers will warn about. To work around this open [`https://localhost:5000/main.js`](https://localhost:5000/main.js) in a web browser and allow the invalid certificate as an exception. For creating a locally-trusted HTTPS certificate see the [Configuring a HTTPS Certificate](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview/#configuring-a-https-certificate) section on the [VertiGIS Studio Developer Center](https://developers.vertigisstudio.com/docs/workflow/overview/). | ||
|
||
### `npm run test` | ||
|
||
|
@@ -70,8 +70,8 @@ Builds the activity pack for production to the `build` folder. It optimizes the | |
|
||
Your custom activity pack is now ready to be deployed! | ||
|
||
See the [section about deployment](https://developers.geocortex.com/docs/workflow/sdk-web-overview/#deployment) in the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/workflow/overview/) for more information. | ||
See the [section about deployment](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview/#deployment) in the [VertiGIS Studio Developer Center](https://developers.vertigisstudio.com/docs/workflow/overview/) for more information. | ||
|
||
## Documentation | ||
|
||
Find [further documentation on the SDK](https://developers.geocortex.com/docs/workflow/sdk-web-overview/) on the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/workflow/overview/) | ||
Find [further documentation on the SDK](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview/) on the [VertiGIS Studio Developer Center](https://developers.vertigisstudio.com/docs/workflow/overview/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters