Moogsoft Integration with Alteryx Scheduler
- 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 All,
Wanted to reach out to everyone to check if any one of you tried this in your environment.
We are currently supporting a system where we have multiple jobs scheduled in Control M and in case of any job failures Control M directly connects to our ticketing tool though moogsoft and create a ticket for our support team to track the failures and fixes.
We recently introduced Alteryx tool and since Alteryx has its own scheduling we have workflows scheduled through that.
Now in case of Alteryx failure we were looking to see if we can integrate moogsoft to Alteryx scheduled to automatically create incident.
Please advice if any of you have done such setup.
Thanks,
Solomon
- Labels:
- Interface Tools
- Schedule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alteryx allows for workflows to kick off emails or command line calls after a run with errors. Would this be an option? https://help.alteryx.com/20213/designer/workflow-configuration
Alternatively you could have one of your programs scanning the logs for failures: https://help.alteryx.com/20201/server/log-files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could also use the Alteryx server API to query for just completed jobs and its status. Or you could query the MongoDB for that info.
