I have a process model let’s say “P” with three sub-processes “A”, “B” and “C” respectively.
When process “B” is invoked independent of “P”, Is it possible in any way to link this independent process to it’s parent “P”?
So that when B gets completed C should be invoked.
If “B” is invoked as a call activity from inside “P”, there is a parent-child link established by the Process Engine.
However, if “B” is invoked as an independent process (assuming it has a start message event), there is no way to “link” it to any other instance. “B” in itself becomes a top level instance.