How can we prioritise a robot for two processes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-11-18 06:42 PM
can we prioritise two processes
For Example if one process is running currently and if it has finished in half an hour.Can the next process be triggered.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-11-18 12:11 PM
if could be useful / applicable in your case in two ways:
via the scheduler
or
via a cmd invoked be the first process
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-11-18 09:42 PM
I suppose this depends on your model. If you want process B to always trigger after process A, you could make it part of the configuration on the same schedule. However, if process A is still running and you want B to kick off regardless, you could either use the resource pools or figure out how best to align it with the schedule of another system.
