Do a multiple stage approach with Task 1 and Task 2. Put something in Task 1 that when successful, Task 2 will kick off.
For example, Task 1 does its thing and it is successful. It then adds a regkey or places a file somewhere on the endpoint. Task 2 looks for said regkey or file before its relevant
The issue is i’m targeting a different set of servers in each task. I think your approach would only work if i were targeting the same servers with each task (or am i missing something?)
You’re missing something. You can statically target the first task, but the sequential tasks need only be targeted dynamically; since they will trigger on whatever indicator you set upon Task 1 completion.