Skip to content
Developer Preview

WorkflowControlResult

The shared admission-only ack: deliberately bare {commandId, status} — settlement arrives as the workflow item’s view events, never through the ack.

  • commandId
  • status
Source

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

{
"description": "The shared admission-only ack: deliberately bare\n`{commandId, status}` — settlement arrives as the workflow item's view\nevents, never through the ack.",
"properties": {
"commandId": {
"description": "Echoes the client's id.",
"type": "string"
},
"status": {
"$ref": "#/$defs/CommandStatus",
"description": "Admission status."
}
},
"required": [
"commandId",
"status"
],
"type": "object"
}