To use the Multiple Condition AgileShape to check if a value is null, do the following.
Prerequisites
- The Multiple Condition
AgileShape must use simple mode.
Navigation
- In AgilePoint Envision, open a process template.
- Navigate to the Generic BPM stencil.
- On the Generic BPM stencil, drag the
Multiple Condition AgileShape, and drop it on the process template.
- On the New Condition Activity Window - Multiple Condition AgileShape, define your logical rules.
- To view the entire list of properties, in the Design Tasks pane, click Show Properties.
Instructions
- On the Condition window,
click New.
- On the Expression window, in the Operator list,
click the appropriate operator — for example, = or !=
- In the Value field, enter the following value exactly:
<NULL>
Example
If you want to determine whether an employee name is not specified by a user
while providing the employee related details (using a manual activity).
Using the Multiple Condition AgilePart, specify the Data Binding
property (such as empName of String data type) and then set the value as
<NULL> to set up the following conditions:
- empName = <NULL> - When the employee name is not
specified, this condition is routed to the associated activity (may
go back in the process to prompt for entering the employee
name).
- Else - When the employee name is specified, this condition is
routed to the associated activity (moves forward in the
process).