Hi all,
I want to model a multi-level workflows:
+ top level workflow will perform "call-activity" (this will create child process instance).
+ If the child process instance is "DELETED", the parent "call-activity" will wait forever.
What I want is:
+ the parent process instance to continue after the child process instance is deleted.
QUESTIONS:
How to accomplish that?
Can I use some API to implement that? If yes, what API?
Can I use additional BPMN constructs to implement that? If yes, what constructs?
If the above do not exist, are there other approaches?
Thanks in advance for your help.
Steve