ErrorHandlerNodeConfig
Settings that control Error Handler Node. The required field is target_node_id.
target_node_idTarget Node Id (string)필수
retry_countRetry Count (integer)
기본값:
0retry_delay_secondsRetry Delay Seconds (integer)
기본값:
5retry_backoffRetry Backoff (string)
Possible values: [fixed, exponential]
기본값:
fixedon_errorOn Error (string)
Possible values: [fallback, skip, abort]
기본값:
fallbackfallback_node_id object
하나 이상(anyOf)
- string
- null
string
ErrorHandlerNodeConfig
{
"target_node_id": "string",
"retry_count": 0,
"retry_delay_seconds": 5,
"retry_backoff": "fixed",
"on_error": "fallback",
"fallback_node_id": "string"
}