Hi,
When we use multiple instance subprocess we get all the tasks executed parallel.
How can I get it If I need them executed sequentially?
That is all instances should not execute at the same time but they should be created after one instance task get completed.
As well as I want to know that if it is possible to use ad hoc process with multiple instance sub process or not? I tried once but it didn't work for me.