Thanks for your reply ErikC,
If I'm understanding this flow, the Next option jumps the current task and goes to the next task, so I think your suggestion would work if I broke this up in to a task for each file validation, however that is what I'm trying to avoid. Right now I only have a handful of distinct file names I have to validate for, however that list is going to grow, and my vCron jobs will become exponentially larger as we continue to develop this type of workflow.
I really feel that there should be an option to go to next condition in the set, and if any condition fails, then be able to pick a workflow (exit, stop the job, fail the job etc).
Below are some ways I could see meeting this need:
* In the Condition SET Actions section, in addition to prescribing actions for Match Any/All/None states, if there were a selection for prescribing an action for
"Match SOME but not ALL"
* An option within each condition UI itself to add a Condition Action
* A step through option in Condition Sets UI that shows each condition and asks for each if condition 1 is true/false go to next condition or fail the task, if
condition 2 is true/false go to next condition or fail the task etc.
* If there were an On Match False option in the Condition Set Actions UI that meant if any single condition is false, then do a specific action. This is different than On match Any because On Match Any measures if any succeeded, On Match False would measure if any did not succeed.
* Have the ability to select more than one condition set (each with it's own Actions prescribed) on a single task, and test for all of the condition sets selected
I don't see that vCron has a workaround for this problem other than creating an exponential growth of single purpose validation tasks for each file name that needs to be validated which would become unsupportable very quickly. I really believe this should hit your enhancement/new feature radar if possible.
Thanks
Robin
Edited by user
2018-06-01T19:10:59Z
|
Reason: Not specified