Hello,
I want to implement a user task with timeout feature.
If this user task is not processed in 36 hours, I want to set a variable “isFalseApplication” to true and go to next gateway, otherwise I want to set this variable by user action.
Then that gateway will use “isFalseApplication” variable.
How can I achive this in camunda BPM Modeler?
Regards.