You can specify the steps that run next in a flow based on a condition.
The following table describes the dialog box fields, subfields, and field groups. A field group is a collection of fields that are related to a specific action or configuration.
When you enter information in a dialog box, if the information is not valid, errors that include a description of the problem appear at the right side of the box.
| Name | Description | Editability |
|---|---|---|
| Step Name | Name of the step for which the condition is defined. | Not Allowed |
| Condition Name | Name of the conditional expression that is to be evaluated. By default, this is the next step name. | Allowed |
| Description | Brief description of the condition that is being evaluated. | Allowed |
| Value | Specifies the condition using valid expressions that are applied to service properties. | Allowed |
Following are the valid operators.
| Symbol/String | Meaning | Notes |
|---|---|---|
| OR | Logical OR |
|
| AND | Logical AND |
|
| = | Equal sign |
|
| != | Not equal to sign |
|
| <= | Less than or equal |
|
| >= | Greater than or equal |
|
| < | Less than |
|
| > | Greater than |
|
| equals | Equal sign |
|
| not equals | Not equal to sign |
|
| contains | Contain |
|
| not contains | Does not contain |
|
| \ | Escape |
|