I have use case in which there is two process(separate BPMN). In this use case I’m starting second process from first process. So I’m building an omni-channel application in which user can start a process from one channel and continues from another channel. So I want to know where the current execution waits in following situations.
Case 1 > Suppose user initiate the first process and waiting somewhere in the first process, lets say he is waiting at any user task.
Case2 > Suppose user initiates the first process which launches the second process, so how would we know where is current execution waiting at first process or in second process.
Please help.