{"id":44356064,"url":"https://github.com/vertigis/workflow-activities-elementsxs","last_synced_at":"2026-02-11T16:08:43.378Z","repository":{"id":38276084,"uuid":"320628621","full_name":"vertigis/workflow-activities-elementsxs","owner":"vertigis","description":"A collection of VertiGIS Studio Workflow activities for interacting with the Elements XS REST API","archived":false,"fork":false,"pushed_at":"2024-10-19T10:22:30.000Z","size":1888,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-05T12:04:54.106Z","etag":null,"topics":["elementsxs","geocortex","novotx","vertigis","workflow"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vertigis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-11T16:37:01.000Z","updated_at":"2025-09-15T19:56:01.000Z","dependencies_parsed_at":"2023-02-08T12:45:27.937Z","dependency_job_id":"b81de01c-aa84-4305-912c-905d0afd266f","html_url":"https://github.com/vertigis/workflow-activities-elementsxs","commit_stats":{"total_commits":45,"total_committers":6,"mean_commits":7.5,"dds":"0.48888888888888893","last_synced_commit":"8c5e38573f4aace12d455e15f7f88d217ad66e16"},"previous_names":["vertigis/workflow-activities-elementsxs","geocortex/workflow-activities-elementsxs"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/vertigis/workflow-activities-elementsxs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fworkflow-activities-elementsxs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fworkflow-activities-elementsxs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fworkflow-activities-elementsxs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fworkflow-activities-elementsxs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vertigis","download_url":"https://codeload.github.com/vertigis/workflow-activities-elementsxs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vertigis%2Fworkflow-activities-elementsxs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29337199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:00:30.228Z","status":"ssl_error","status_checked_at":"2026-02-11T16:00:25.398Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elementsxs","geocortex","novotx","vertigis","workflow"],"created_at":"2026-02-11T16:08:42.832Z","updated_at":"2026-02-11T16:08:43.363Z","avatar_url":"https://github.com/vertigis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elements XS Activities\n\n[![CI/CD](https://github.com/vertigis/workflow-activities-elementsxs/workflows/CI/CD/badge.svg)](https://github.com/vertigis/workflow-activities-elementsxs/actions)\n[![npm](https://img.shields.io/npm/v/@vertigis/workflow-activities-elementsxs)](https://www.npmjs.com/package/@vertigis/workflow-activities-elementsxs)\n\nThis project contains activities for interacting with the [Elements XS REST API](https://salesapi.novotx.com/) in a [VertiGIS Studio Workflow](https://www.vertigisstudio.com/products/vertigis-studio-workflow/).\n\n## Usage\n\nTo use the Elements XS 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.\n\n### Register the Elements XS activity pack\n\n1. Sign in to ArcGIS Online or Portal for ArcGIS\n1. Go to **My Content**\n1. Select **Add Item \u003e An application**\n    - Type: `Web Mapping`\n    - Purpose: `Ready To Use`\n    - API: `JavaScript`\n    - URL: The URL to this activity pack manifest\n        - Use https://unpkg.com/@vertigis/workflow-activities-elementsxs@1.0.0/activitypack.json for a specific version\n        - Use https://unpkg.com/@vertigis/workflow-activities-elementsxs@1/activitypack.json for the latest revision of a specific major version\n        - Use https://unpkg.com/@vertigis/workflow-activities-elementsxs/activitypack.json for the latest version (not recommended for production use)\n        - Use https://localhost:5000/activitypack.json for a local development version\n    - Title: Your desired title\n    - Tags: Must include `geocortex-workflow-activity-pack`\n1. Reload [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/)\n1. The Elements XS activities will now appear in the activity toolbox in an `Elements XS` category\n\n### Use the Elements XS activities in a workflow\n\n1. Establish a connection to the Elements XS service\n    1. To connect to the Elements XS service as an application:\n        1. Add the `Authenticate App` activity to a workflow\n        1. Set the `URL` input to the root URL of your Elements XS server. For example, `https://salesapi.novotx.com`.\n        1. Set the `AppName`, `CompanyAccount` and `Secret` inputs\n    1. To connect to the Elements XS service as a user:\n        1. Add the `Authenticate User` activity to a workflow\n        1. Set the `URL` input to the root URL of your Elements XS server. For example, `https://salesapi.novotx.com`.\n        1. Set the `Username` and `Password` inputs\n    - **IMPORTANT:** secrets and passwords are credentials that should not be hard coded into workflows. These values should be acquired by the workflow at runtime from the end user or from another secure system.\n1. Use the Elements XS service\n    1. Add one of the other Elements XS activities to the workflow. For example, `Get Work Item`.\n    1. Set the `Service` input of the activity to be the output of the `Authenticate App|User` activity\n        - Typically this would use an expression like `=$xsService1.service`\n    1. Supply any additional inputs to the activity\n    1. Supply the `result` output of the activity to the inputs of other activities in the workflow\n1. Run the workflow\n\n## Development\n\nThis project was bootstrapped with the [VertiGIS Studio Workflow SDK](https://github.com/vertigis/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).\n\n## Available Scripts\n\nInside the newly created project, you can run some built-in commands:\n\n### `npm run generate`\n\nInteractively generate a new activity or form element.\n\n### `npm start`\n\nRuns 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/).\n\n### `npm run build`\n\nBuilds the activity pack for production to the `build` folder. It optimizes the build for the best performance.\n\nYour custom activity pack is now ready to be deployed!\n\nSee 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.\n\n## Documentation\n\nFind [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/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertigis%2Fworkflow-activities-elementsxs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvertigis%2Fworkflow-activities-elementsxs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertigis%2Fworkflow-activities-elementsxs/lists"}