Hello All,
I'm wondering if someone has a answer to this question... I'm going to try to explain what I need.
I have a workflow that does several things for me. It works pretty well, which I'm happy about but I need to add some error handling and notices in to the package.
To explain what I need:
I have a step, lets call it step 1. If step 1 successfully completes then it follows the "success" workflow and proceeds goes to another step. Lets call that step 2. However, if step 1 fails then it follows a "On Failure" workflow in to another step to handle the error. Lets call that Step 3.
Up to this point, everything works fine.
Here is the problem I'm Having: I have a step 4 but I want either Step 3 or Step 2 to kick it off when either one of them completes successfully.
I found out the hard way, that by default the step will wait for both workflows to complete successfully and that obviously isn't going to happen in my case.
Any advice or direction would be appreciated! Thank you.
Following is a screen shot of an example I put together:
http://www.understandingguitar.org/w...screenshot.gif (I've also attached it to this post)
I hope the example illustrates what I'm trying to accomplish.
Thank you all!