Hi guys,
I'm new to BPMN and Activiti but I'm already having a problem modeling a business process to a system that I'm developing.
The situation is: I have a multi-instance subprocess where I have two tasks, one is optional and the other is mandatory, after executing the mandatory task I need to keep the optional task still available and go to the next step outside the subprocess. The problem is, I can't leave the subprocess because the optional task is still available. I tried to throw a message but with multi-instance subprocess it's not working and I'm running out of options on how to do this to make it work. Do anyone have an idea?
Thanks in advance.
Best regards.