Taskflows > The Expression Editor
  

The Expression Editor

Use fields, functions, and operators to create expressions in the Expression Editor.
If you assign the value Formula to a field, you must create a formula or an expression for the field to take data from. Use the Expression Editor to create expressions.
In the following image, fields str and str2 have the value Formula:
The image shows an Assignment step with two fields assigned the value Formula.
Note: The Expression Editor comes with powerful functions that can invoke operating system features. You must review the content passed into the functions before using them.
To open the Expression Editor, click f(x) next to a field wit h the value Formula.
The following image shows the Expression Editor dialog box:
The image shows the Expression Editor with the sections Fields, Functions, Operators, and Expression.
The Expression Editor contains the following sections:
The expression in the image defines a temporary field, Total Status, as Pass if three tasks that run in parallel succeed.
Next, the taskflow uses Total Status in a Data Decision step. If the value of Total Status is Pass, the taskflow runs another Data Task. If the value of Total Status is Fail, the taskflow ends.
The following image shows the taskflow that uses Total Status:
The image shows a taskflow with the Assignment step selected and the temporary field, Total Status, created with a formula.
Use the following options to create an expression:
The Expression Editor validates the expression as you enter it. You cannot save an expression that is not valid.