Hello Community,
Is there any way to validate a Fusion module completes it's step before the next module begins processing? I see tools for Break and Commit. Not sure if the commit being attached to a step means that step has to complete before the next step or if it means something else. I am unable to find documentation on the Fusion Tools modules and the ? button in the tool settings does not work.
I essentially have a scenario that attaches a Project template with template tasks already created. Based on the criteria found in my issue, after Project conversion, I have a step that deletes the undesired tasks. This is followed by another module that updates the Project status.
Well depending on the environment or latency, the Project status is updated before the previous step of deleting the specified tasks have completed. We want to make sure the delete step completes before the project status is updated.
We have considered time outs but that will take trial and error because the time it takes to add and delete the template and template tasks differs base on system resources. Hard to get it down to a specific number of seconds without impacting subsequent runs.
Thanks Community, as always!!!