Hi guys, we want to know if is it possible to continue a process execution if a subprocess is not completed.
For example, we have a subprocess A and a subprocess B like this, A->B. A has two end nodes, one is executed and the other is waiting for a user task to be completed. So i guess the subprocess A is not completed, but we want that the execution continues and starts B anyway.
The thing is that we are looking for the minimal impact solution, cause we have a huge workflow already on production, were we want to add subprocess's.
What do you guys recommend in such scenario ? How process/execution/tasks variables works in this scenario ?
Thanks,
Regards,
Mateo.