Hi,
I'm trying to find a way to cancel/skip a task that is part of a running process (it could be a user task, an service task, …). I looked into Activiti's functionalities but I only found a function to delete a task (that is not part of a running process).
Let's say that a newser is waiting for a reviewer to validate his news. That reviewer claimed the task, but had an emergency and could not complete it. The newser called the reviewer, and he gave him the green light to go ahead. How can the newser (or more probably an admin) bypass/cancel/skip the running validation task ?
I don't want to use a TimerEvent as the fact that someone will want to skip a part of a process is not automatically related to time.
Thanks & Regards
Romain.