跳到主要内容

WorkflowVersionLifecycleResultResponse

errCodeintegerrequired
Constant value: 0
errMessagestringrequired
Constant value:
data objectrequired
workflowIdstringrequired
workflowNamestringrequired
versionstringrequired
statusWorkflowVersionStatusrequired

Possible values: [preparing, online, offline]

activationWorkflowVersionActivationrequired

Possible values: [auto, manual]

lateststring | nullnullablerequired
WorkflowVersionLifecycleResultResponse
{
"errCode": 0,
"errMessage": "string",
"data": {
"workflowId": "string",
"workflowName": "string",
"version": "string",
"status": "preparing",
"activation": "auto",
"latest": "string"
}
}