server API
- 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 champions
creating a w/f which will add workflow in job queue on gallery with server API tool and then fetching the details about that job is run successfully or not with another server API tool, i m bit confused about the configuration of both server API tool. i know how to configure server API tool but need your guidance in placing and creating a loop with 2nd server API tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @curator_at_work ,
You can create an iterative macro that will iteratively check the job status. This macro will receive the jobID and keep running until it gets a status = success/done.
Here is more about iterative macros:
https://knowledge.alteryx.com/index/s/article/Getting-Started-with-Iterative-Macros-1583461640389
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
can u suggest, how to achieve it, any idea, resources are welcome.
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
i configure server API tool to post job in execution queue and its running fine, after this i can extract the job id and i will use another server api tool to get the status of a job, but after this how to make it iterative,