Optional
condition?: stringOptional
functionRef?: FunctionrefOptional
name?: stringUnique action definition name
Optional
nonRetryableErrors?: string[]List of unique references to defined workflow errors for which the action should not be retried. Used only when autoRetries
is set to true
Optional
retryableErrors?: string[]List of unique references to defined workflow errors for which the action should be retried. Used only when autoRetries
is set to false
Optional
retryRef?: stringReferences a defined workflow retry definition. If not defined the default retry policy is assumed
Expression, if defined, must evaluate to true for this action to be performed. If false, action is disregarded