| title | WorkflowFieldCondition |
|---|---|
| description | WorkflowFieldCondition Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| field | string |
✅ | Field name to monitor |
| operator | Enum<'changed' | 'changed_to' | 'changed_from' | 'is' | 'is_not'> |
optional | |
| value | any |
optional | Value to compare against (for changed_to/changed_from/is/is_not) |