Hello,
Is there a seperate Scope of Process Variables for embedded subprocesses?
(Like "inheriting" Process Variables on creation, but then work with an "own" Pool of process variables)
Local Task variables are lost, if the task is completed. (Any chance to "pass" local variables
to next upcoming execution without doing it manually?)
Background: A certain SubProcess can be invoked multiple times during my main process. For usability reasons
i don't want to model the SubProcess as a normal Process. This would solve the scope issue, but i want the
tasks of the subprocess(es) to be shown as tasks of the main process.
best regards,
dognose