OptionalconditionOptionalfunctionA reference to a function to invoke, either as a name string or a structured object.
OptionalnameA unique name for this action within the workflow.
OptionalnonWorkflow error references for which this action must not be retried. Used only when autoRetries is true.
OptionalretryableWorkflow error references for which this action must be retried. Used only when autoRetries is false.
OptionalretryA reference to a defined workflow retry policy. If absent, the default retry policy applies.
An expression that must evaluate to
truefor this action to be performed. Whenfalse, the action is skipped.