[PROCESS MODELS] Cancelling a request after it is submitted and before it is approved

Suppose we have a simple process model with a process start form.

The start node leads to an approval user input task assigned to a group, which then either leads to the end node if it is rejected, or leads to a write to data store entity smart service if it is approved. 

I need to make it possible for the process initiator to cancel their request after submitting (i.e. when we have moved on from the start node) and before it is approved (before a user accepts the approval task, AND approves the request).

On cancelling, the process flow should skip the approval user input task (and also it should be deleted from the list of tasks in tempo if possible. At least, it needs to be made redundant, so if anyone tries to approve the request, they can't). The process flow should go immediately to the end and the process instance should terminate at this point.

Is there any way I can achieve this?

After interacting with the process start form and closing it, how can the process initiator interact with the process instance again?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data