Hi,
Is there a way to thread (queue) autotask attached to startup and shutdown?
I am in need to run autotask in sequential order for a application requirement:
TASK1 - should start and complete first
TASK2 - should start and complete after TASK1 completes
We are running IDMS 18.5 and in currently, all the autotask are dispatched one after another, but TASK2 is starting even before TASK1 could complete.
is it even possible to schedule the auto task one after another? if yes, how can we achieve it?