-
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.
- Update to Node 20 - Update to latest workflow SDK
- Loading branch information
Showing
8 changed files
with
11,117 additions
and
7,659 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"tabWidth": 4 | ||
} |
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ This project uses [fast-xml-parser](https://www.npmjs.com/package/fast-xml-parse | |
|
||
### VertiGIS Studio Workflow Versions | ||
|
||
The XML activities are designed to work with VertiGIS Studio Workflow versions `5.20` and above. | ||
The XML activities are designed to work with VertiGIS Studio Workflow versions `5.37` and above. | ||
|
||
## Usage | ||
To use the XML activities in [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/) you need to register an activity pack and then add the activities to a workflow. | ||
|
@@ -23,8 +23,9 @@ To use the XML activities in [VertiGIS Studio Workflow Designer](https://apps.ve | |
- Purpose: `Ready To Use` | ||
- API: `JavaScript` | ||
- URL: The URL to this activity pack manifest | ||
- Use https://unpkg.com/@vertigis/workflow-activities-xml/activitypack.json for the latest version | ||
- Use https://unpkg.com/@vertigis/[email protected]/activitypack.json for a specific version | ||
- Use https://unpkg.com/@vertigis/workflow-activities-xml@1/activitypack.json for the latest revision of a specific major version | ||
- Use https://unpkg.com/@vertigis/workflow-activities-xml/activitypack.json for the latest version (not recommended for production use) | ||
- Use https://localhost:5000/activitypack.json for a local development version | ||
- Title: Your desired title | ||
- Tags: Must include `geocortex-workflow-activity-pack` | ||
|
Oops, something went wrong.