Daisy Chain Tasks #975
Replies: 1 comment
-
The only way I know to do this is if each task calls a program that posts a completion event to the system Event Log. Then, you could use an EventTrigger to watch for those events to start. See the Microsoft detail on IEventTrigger to understand how Event Triggers work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to setup so that tasks can run after one completes?
Beta Was this translation helpful? Give feedback.
All reactions