跳到主要内容

WorkflowStopRunsResult

workflowIdstringrequired
workflowNamestringrequired
stoppedRunIdsstring[]required
waitingRunIdsstring[]required
runningRunIdsstring[]required
skippedRunIdsstring[]required

已列出但不属于当前 server 进程、因此未被本次 stop-all 标记为已停止的 run。

WorkflowStopRunsResult
{
"workflowId": "string",
"workflowName": "string",
"stoppedRunIds": [
"string"
],
"waitingRunIds": [
"string"
],
"runningRunIds": [
"string"
],
"skippedRunIds": [
"string"
]
}