Context and expression syntax for workflows¶
You can access context information and evaluate expressions in workflows.
About contexts and expressions¶
You can use expressions to programmatically set variables in workflow files and access contexts. An expression can be any combination of literal values, references to a context, or functions. You can combine literals, context references, and functions using operators.
For more information about expressions and contexts, see “Expressions.” and “Contexts.”