Details
Question
By default in EasyBuilder, when adding tools all are included in a conjunction within the job result (In other words, when one fails, whole Job result fails). How do I write a custom condition, for example when only one or more tools are passes the job passes?
Answer
- Open “view advanced Tool settings” of the tools to be ignored in the job result or to be outsourced in an external logic.
- Set “Include to Job Pass” to “No”
- Alternatively, steps to outsource to an external logic cell (for example Result of Tool1 OR Tool2)
- Add a Math Tool
- Get the Result of Tool1 in a new Cell (e.g. A1), by clicking the Link Tool Property and choose “Pass” of Tool1
- Get the Result of Tool2 in a new Cell (e.g. B1), by clicking the Link Tool Property and choose “Pass” of Tool2Write Or(A0,B0) in a new cell (e.g. C1)
- Also possible: Write directly Or(Tool_1.Pass, Tool_2.Pass) into a cell.
- Finally, set this cell as the Watch Cell for Job Pass