Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


hangeles
2012-05-30T13:25:54Z
Id like to be able to chain jobs like in the example below:

job1 is triggered by file
job2 is triggered by file
job3 is triggered by file

job1 gets triggered, kicks off and is running
job2 gets triggered, but sees that job1 has not finished running and waits to kick off
job3 gets triggered, sees job2 is in a 'wait' state and waits to kick off
Sponsor
Forum information
Support
2012-05-30T13:32:36Z
You can chain Jobs in two ways:

1. Use the VisualCron Event Trigger to watch another Jobs completion
2. Use the Job/Task control Task
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
hangeles
2012-05-30T13:36:14Z
I'll give that a try Henrik
andymcadam
2015-09-29T13:39:12Z
Hi, can I ask if this worked? I have a requirement to have multiple jobs, where only one can be running at once, but any could be triggered at any time. If one job is running then I want the other jobs to wait in a queue before running if they are triggered during the execution of the first job. right now I have one job with multiple triggers which then runs different tasks in that job depending on what trigger started it, it's messy and very hard to scale.
Scroll to Top