Cancelling Specific Tasks From a Separate Process

Certified Senior Developer
Hello,

I have a report that assigns a task to a user.

A user is selected, the task is assigned to them, and this kicks off a process model that assigns and creates the task. There is a process with a sub-process contained within it.

The task needs to be able to be reassigned to another user via the report. The issue is that this creates a duplicate task but does not cancel the first task.

How can I cancel the first task if the new task is created in its stead?

The parent process sets up the values and the sub-process contains the user input task.

Thank you for your help.

OriginalPostID-261324

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Issam,

    Did parent processes also kill by using cancel processes?

    I am asking why because I tried by using cancel processes node it worked for only subprocesses. But here I want to kill both processes as well as parent and child processes also.

    So guide me is there is any way to close all open tasks and after closing tasks, I want to close both parent processes and sub-processes also

    Thanks in advance...

Children
No Data