I am stuck with the following problem:
I have a parallel gateway that leads to 3 different tasks. The tasks (which are just approvals from each group involved) must be executed in a 15-day period. If not executed in time, the flow must continue without their approval (I know it sounds unusual, but that’s how it must work for now).
The “approval1” variable must indicate if the project was approved, not approved, or if there was no answer (within the 15 days) from the responsible group.
I have tried the Timer Boundary Events (both interrupting and non-interrupting), but they haven’t worked as I expected (they either didn’t carry the variable “approval1” or the tasks were stuck in the gateway).
My next attempt would be to try a Conditional Boundary Event to set that if not completed within 15 days, the task would autocomplete with the variable “approved1” set as “No Feedback”.
Could anyone help me code this conditional or suggest a different approach?