跳到主要内容

WorkflowVersionLifecycleResult

workflowIdstringrequired
workflowNamestringrequired
versionstringrequired
statusWorkflowVersionStatusrequired

Possible values: [preparing, online, offline]

activationWorkflowVersionActivationrequired

Possible values: [auto, manual]

lateststring | nullnullablerequired
WorkflowVersionLifecycleResult
{
"workflowId": "string",
"workflowName": "string",
"version": "string",
"status": "preparing",
"activation": "auto",
"latest": "string"
}