Hi,
More like a BPMN question; How to model the following:
I have two tasks which can be placed sequentially but the second one can start after the first has reached some point on its execution.
Think of an example like:
https://cawemo.com/shares/619b1e57-0593-4768-af8c-f1f9f96fb269
The Stapling task can start right after the first copy has been printed. Then the printing is continuing.
I can model the Printing with multi-instances (one instance per copy) but how to notify that the first instance is completed so Stapling can start?
Thanks!