Building a Sample Task Expression
About this task
Although this sample creates a very simple condition expression, you can use the basic procedure to build advanced task expressions for both conditions and actions. The following condition expression determines if the current task status is "active:"
#{currentTask.taskInfo.status} == "active"
You select expression terms by clicking the Add Field and Add Operator buttons on the Edit Expression dialog box, and then selecting the data field or operator from the resulting lists. Various operators such as AND and OR enable you to combine data tests in a single condition.
- For more information about condition expressions, see About Condition Expressions.
- For more information about action expressions, see About Action Expressions.
To create a simple condition expression