Hello All
Quick question. I would like to have a 2 workflow steps in my job, one at the start and one at the end.
The one at the start is now big deal, it always runs, but the one at the end will only run if every node reports success. if a node fails then the workflow step at the end fails to run, is there a way to get around this?
Essentially the work flow is this:
Workflow Step: Create Ticket in Helpdesk
Node 1: Success
Node 2: Success
Node 3: Failure
Workflow Step: Close Ticket in Helpdesk
(Ticket to be closed even through node 3 has failed, there are already error handlers on the node steps to deal with this).
Let me know that makes sense or if i am maybe missing something simple.
Thanks
Rich