Dataform V1beta1 API - Module Google::Cloud::Dataform::V1beta1::WorkflowTriggerConfig::Condition (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::WorkflowTriggerConfig::Condition.
The condition to use when triggering the workflow.
Constants
CONDITION_UNSPECIFIED
value: 0 If CONDITION_UNSPECIFIED, the default value is ANY.
ALL
value: 1 If ALL, all the trigger config conditions must be met before a workflow
is invoked.
ANY
value: 2 If ANY, at least one of the trigger config conditions must be met
before a workflow is invoked.