OrchestrationStatusDto
statusstringrequired
The status of the orchestration
Possible values: [accepted, pending]
Example:
acceptedpendingReasonstring
The reason for the pending status, if applicable
Example:
Waiting for participant dataintervalnumber
The interval in seconds for the orchestration
Example:
60OrchestrationStatusDto
{
"status": "accepted",
"pendingReason": "Waiting for participant data",
"interval": 60
}