Hi,
I need to cancel a specific task process (from another process), and to do this I've found the "Cancel Process" Smart Service.
I'm a little sceptic with that SmartService because in the documentation I can read "It allows you to halt all process flow and cancel all tasks associated with a process".
I'm afraid I don't want to kill all the tasks associated with a process, but only one specific task.
So how may I do that please (and how to get this task id) ?
Discussion posts and replies are publicly visible
You need to save your process instance ID in one of your DB column and using that process instance id you can cancel that particular process using cancel smart service or sending a message to that process
Does this stop the email from going?