Skip to content

Expression Edges

So far, we've looked at relatively simple control flow using basic edges. This flow has been based on the status of tasks. A condition edge is different. It uses your data and it does this by simply testing a Javascript expression.

var-cond-edge.svg

In the example above, a set of condition edges control flow based on the value of the variable exchange.

var-cond-edge-config.png

The image above shows how one of these edges is configured.

Workload Automation and Orchestration