core.noscript.text
I have a existing workflow where I want to catch any errors that occurs during run-time of the workflow.I want to implement something like
try{
Tool:1
Tool:2
Tool:3
Tool:4
}
catch{
// Do the handle part