we start some projects periodically that should process a list of files. If there are no files in this folder at that moment, I receive an error. I tried to integrate the action ‘Halt on condition’ in order to stop the job (as all further actions are not needed in this moment).
It would be a great help to stop a project with the action ‘Halt on condition’ without an error message. The log of the job does not need to show an error in this case.
Could be an option. But for that, it world be necessary to establish the condition in every following derived table. In my scenario, I have about 10 tables. Is that what you meant?
Hello,
got a similar problem and it is no longer so easy to outsource everything in one module/SupProject (all parameters must be given …)
An action “Exit on Condition” would be really great.
Just exit without errors and ignore all other actions.
Is something like this planned?
I’m not sure if it’s a good idea because EasyMorph does automatic parallelization of workflow branches. E.g. derived tables derived from the same table are executed in parallel. Therefore the calculation order may be indeterminate. In one case, one such derived table can be finished earlier than other, in another case - the other way around. This means that if one branch exits abruptly it may be hard to understand if calculations in other branches are finished or not, which may lead to confusing errors.
The proposed solution is deterministic and clear. Although, I admit, it requires a bit of effort to arrange.