Skip to content
Developer Preview

WorkflowChildAction

Which control to apply to the child’s current attempt. Closed on the wire: an unknown value is -32602 invalidParams.

  • "retry"
  • "skip"
Source

schema/msp/experimental/msp.schema.json#/types/WorkflowChildAction

{
"description": "Which control to apply to the child's current attempt.\nClosed on the wire: an unknown value is `-32602 invalidParams`.",
"enum": [
"skip",
"retry"
],
"type": "string",
"x-msp-openness": "closed"
}