Integration between code snippet and workflow at Gallery
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Alteryx Engineer,
As we have seen, Alteryx is good at data ETL part, but for some reason, we have to add extra code snippet to have some tasks completed on our server(Not the server installed with Alteryx gallery), our requirement is once those code snippet is done, we want to notify and start running the workflow on gallery. and once workflow on gallery is done, we need to notify our code snippet to do the rest of work. Do we have any idea about how to integrate these process into an automated one?
- Labels:
- Gallery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The Alteryx Server has API and Command line functionality to execute jobs and a workflow can also call APIs with the Download tool or execute commands with the Run Command tool. You can also use Workflow Events to execute scripts before/after workflow run.
Run Command tool: https://help.alteryx.com/20221/designer/run-command-tool
Workflow events (before or after run): https://help.alteryx.com/20221/designer/workflow-configuration#events
Alteryx Server API documentation: https://help.alteryx.com/developer-help/server-api-overview
