Hi, I have a parent process with triggers "n" sub processes.

Hi,
I have a parent process with triggers "n" sub processes.
I will not start the 2nd sub process until unless the 1st sub process is completed.
I will not start the 3rd sub process until unless the 2nd sub process is completed.

How can I achieve this?

Your inputs are appreciated!!!!

OriginalPostID-171535

OriginalPostID-171535

  Discussion posts and replies are publicly visible

Parents
  • @phanibabuk,
    1)Do you want to run a single sub process for n number of times
    2)you need to run multiple sub processes?

    If you want to perform option 1, then look at the screen shot. "Run instances one at a time" option will make sure that sub processes will be executed sequentially one after the other

    If it is option 2, then probably configure all your sub processes one after the other
Reply
  • @phanibabuk,
    1)Do you want to run a single sub process for n number of times
    2)you need to run multiple sub processes?

    If you want to perform option 1, then look at the screen shot. "Run instances one at a time" option will make sure that sub processes will be executed sequentially one after the other

    If it is option 2, then probably configure all your sub processes one after the other
Children
No Data