0 Replies Latest reply on Aug 1, 2011 4:16 AM by cristiano.nicolai

    Finishing tasks when the process is terminated/aborted

    cristiano.nicolai

      Hi all,

       

       

      I'm trying to figure the best approach to deal with open tasks when a process is terminated or aborted. Looking at the Task Life Cycle it seems that "Obsolete" is the right status for these tasks but with the current version of the Task Client API it is only possible to achieve it skipping the task, in other words, the task must be skippable = true. My understanding about this property is to mark the task as optional in the process, given the user ability to simply skip it, so most of the cases I will face tasks that are skippable = false. If I'm right, I'm wondering that maybe a new method could be created in the TaskClient to move the task to "Obsolete" status.