I have couple of question regarding the callable process[Called from call activity].
- Can we defined Multiple Start Node for the Callable Process?
- Which Node will be used to start the process from the Call Activity?
- Do we have any specific marker for Callable Process?
- Will Separate instance be created for callable process?
- How can we cancel all CallableProcess on Parent Process abort?
Thanks for your reply.
Please share the code snippet for isStartable flag.
We Should use only one Start node for the callable subprocess.
But what will be the behaviour if we use Multi Start Node[None + Msg].
Hi,
The startable flag is a property on the properties panel in Modeler. It determines if the process appears in tasklist’s start menu or not.
I suspect if you have two start events in your model, call will use the none start event semantics. You could easily do a sample process to confirm…
regards
Rob