LegacyPlaybookApiTriggerCondition Stay organized with collections Save and categorize content based on your preferences.
LegacyPlaybookApiTriggerCondition represents a condition for a workflow trigger.
| JSON representation |
|---|
{"fieldName":string,"value":string,"matchType":enum ( |
| Fields | |
|---|---|
fieldName |
Required. FieldName is the name of the field to check. |
value |
Required. Value is the value to compare against. |
matchType |
Required. MatchType is the operator to use for comparison. |
customOperatorName |
Optional. CustomOperatorName is the name of the custom operator. |
ConditionMatchType
ConditionMatchType is the operator to use for comparison.
| Enums | |
|---|---|
CONDITION_MATCH_TYPE_UNSPECIFIED | The condition match type is unspecified. |
EQUAL | The condition match type is equal. |
CONTAINS | The condition match type is contains. |
STARTS_WITH | The condition match type is starts with. |
GREATER_THAN | The condition match type is greater than. |
LESSER_THAN | The condition match type is less than. |
NOT_EQUAL | The condition match type is not equal. |
NOT_CONTAINS | The condition match type is not contains. |
IS_EMPTY | The condition match type is is empty. |
IS_NOT_EMPTY | The condition match type is is not empty. |
CUSTOM | The condition match type is custom. |
EQUALS_ANY | The condition match type is equals any. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-02 UTC.