flowControlLimitExceededBehavior property
The behavior to take when the flow control limit is exceeded. Possible string values are:
- "UNSET_BEHAVIOR" : Default behavior, system-defined.
- "THROW_EXCEPTION" : Stop operation, raise error.
- "BLOCK" : Pause operation until limit clears.
- "IGNORE" : Continue operation, disregard limit.
Implementation
core.String? flowControlLimitExceededBehavior;