Time Event Boundry with no value

Hi is there any way to give no value to the Time Event when it is on the UserTask. Case of use: I have a UserTask which sometimes has a dueDate and sometimes doesn’t. How could i configure my time boundry event so no errors would occur when i have no dueDate for UserTask set?

Hi @Valentinas_Vaiceliun,
You can model it with a split exclusive gateway where there are 2 outgoing sequence flows. One of them going to user task with timer boundary event where due date variable has a value and the other is going to a user task without a timer boundary event where due date variable has no value. Then follow them with a join exclusive gateway.

1 Like

Thank you :slight_smile: i thought there would be a better way out like a param that would say Time Boundry turn off or smthing. but that you :slight_smile: