Question
Common practices for canceling a user input task?
For process start forms, I use an OR gateway that goes to an end node if the pv!cancel variable is true. I don't want to implement the same flow for user input tasks as it would kill the process without a way to retrigger.
The approaches I'm considering are:
- Looping back to the user input task if a user clicks cancel to trigger a new task
- Omit the cancel button from the form so that user would just have to reject
They both effectively force completion or reassignment of the task. In both cases, process or data manipulation would be needed to address a task that's lingering or deemed unnecessary.
I just want to gauge which of the 2 options do people find themselves doing.
