workflow_conditions_short
- Georgia Kountouri
Owned by Georgia Kountouri
 workflow_rule_condition object response data
Name | Type | Description |
---|---|---|
id | String | The ID of the workflow rule condition |
code | String | The code of the retrieved workflow rule condition which can either be: WHEN SPECIFIC USER OR UNIT MAKES A CHANGE, WHEN SPECIFIC FIELD CHANGES, WHEN SPECIFIC FIELD CONTAINS SPECIFIC VALUE, WHEN SPECIFIC FIELD CHANGES FROM A SPECIFIC VALUE TO ANOTHER SPECIFIC VALUE |
values_set | String | The set of fields and their values per Workflow Rule Condition. The fields and their values depend on the Condition's code |
Referred Objects Response Data
 workflow_rule_condition_values object response data
Name | Type | Description |
field | String | The field which is related to the Workflow Rule Condition. It can either have a fixed value or a field of the Entity which is related to the Workflow Rule. A fixed value is applicable only when the code of the Condition is set to SPECIFIC USER OR UNIT MAKES A CHANGE and the available values are be ASSIGN TOÂ USER, ASSIGN TO UNIT, CREATED BY USER, CREATED BY UNIT, SPECIFIC USER, SPECIFIC UNIT |
value | String | The value of the Condition's field. A value is returned only if the condition's field does not have a fixed value. The condition's value includes a value of the Entity instance. |
Â
Â
Â