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
Thank you Naresh. And before saving that process instance ID to a DB field, how I can get that instance Id ?
Once a process is launched, an ID is returned ?
Yes, you can get process instance ID using pp!id (from expression editor you can type it will auto prompt for your selection if you are using latest version Appian)
Thank you, I'm going to try this.
Does this stop the email from going?