Hi,I'm looking at implementing boolean and ternary operators as part of workflows.
e.g.
- let boolean pass = ${output} >= 200 && ${output} < 400
- let pass_message = ${pass} ? "Yippee" : "Boo"
I'm still at the early stages, nosing about in the
SetVariableWorkflowStep class, finding my way about.
-- Paul Campbell Software Engineer *Cloudsoft <https://cloudsoft.io/> *| Bringing Business to the Cloud E: [email protected]
