Hello,
I am looking for a method of re-entering incorrect workflow inputs without losing the execution instance of the workflow in question. Within my environment there are a few workflows which involve the provisioning of multiple peripherals such as storage networking within nested workflows, and often times a failure due to incorrect user input or otherwise occurs. These midway failures end up requiring a entire rerun of the workflow in question which to add up quickly in terms of lots time. Ultimately breaking apart the workflows was where I ended up but this seems to be unfavorable as it requires more babysitting and manual input. Has anyone produced a creative method for recognizing the error, presenting the incorrect value and retrieving a new input from user input.
Thanks,