Skip to main content

WorkflowStopRunsResponse

errCodeintegerrequired
Constant value: 0
errMessagestringrequired
Constant value:
data objectrequired
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.

WorkflowStopRunsResponse
{
"errCode": 0,
"errMessage": "string",
"data": {
"workflowId": "string",
"workflowName": "string",
"stoppedRunIds": [
"string"
],
"waitingRunIds": [
"string"
],
"runningRunIds": [
"string"
],
"skippedRunIds": [
"string"
]
}
}