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.


Yaroslav
2014-01-27T13:38:11Z
Given a certain number of tasks in a job, how can I group some of the tasks so others can run independently from this group and others run when this group is successfully accomplished. Say:

We have the tasks: T1, T2, T3, T4 and T5

- T1 and T2 should run together (doesn't matter the order)
- T3 should run only if both where successful.
- T4 and T5 will run independent of T1, T2 and T3 status.
Sponsor
Forum information
Axel F
2014-01-27T13:53:27Z
Group them as Jobs

For Example

t1 + t2 = Job1

T3 = Job2

Rules in Job2...run only when Job 1 is successful

done.

regards Axel
Scroll to Top