Looking for advice on how to model / implement a postpone task scenario. The process I’m working on has basically 1 task that could either be worked by an Operator and that can eventually be escalated to a Supervisor. Currently it is implemented with two human tasks, on after the other (I know it’s bad ).
An Operator might not have all the information needed to complete the task, so he/she can suspend the task (postpone it). The task can be resumed manually or by an elapsed period of time. For the business is important to know how long has a task been suspended, and they want to use Optimize reports for that.
I’m a little out of ideas and looking for some fresh eyes to share some insight.
One possible solution would be as follows: Notice:
A non-interrupting boundary message event has been used to maintain the same task instance.
The Optimize tool can track and analyze the suspension and activation logic.
A flag variable can be used to indicate the status of the task instance (either activated or suspended)
This is actually what the current implementation is, with a little variation. I don’t love it, though, as it seems too intrusive in the overall process definition. I feel it should be resolved through properties of the human task itself, or by another construct.
I’m finding difficult to get my head around this solution as to me the task due date and postponing the task are two different things. For example: a task might have a due date defined by an SLA, a user might start working on it, but can’t complete it, therefore he/she postpones the task for a later time.
Essentially this means closing the task and leaving it be in the task list, but when it comes to reporting. The task might show as being in this step for an amount of time that doesn’t necessarily means time spent working on this task.
It appears that the functionality you are looking for is supported in future versions of Optimize.
Your task lifecycle should include the outlined work state actions: start and complete, with optional actions like pause, resume, and return.