StateCondition¶
Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L771-L780
| Field | Type | Description |
|---|---|---|
| match_type | bitdrift.public.unary.workflows.v1.MatchType must be a defined enum value |
The type used to interpret the value for comparison. |
| operator | bitdrift.public.unary.workflows.v1.Operator must be a defined enum value |
The comparison operator. |
| value | string up to 255 chars |
The value to compare against. |
Example¶
JSON
{
"match_type": "STRING",
"operator": "GREATER_THAN",
"value": "example"
}