WorkflowStopRunsResult
workflowIdstringrequired
workflowNamestringrequired
stoppedRunIdsstring[]required
waitingRunIdsstring[]required
runningRunIdsstring[]required
skippedRunIdsstring[]required
A run that is listed but does not belong to the current server process and therefore is not marked as stopped by this stop-all.
WorkflowStopRunsResult
{
"workflowId": "string",
"workflowName": "string",
"stoppedRunIds": [
"string"
],
"waitingRunIds": [
"string"
],
"runningRunIds": [
"string"
],
"skippedRunIds": [
"string"
]
}