查看单个流程详情
POST
/openApi/out/app/openworkflow/getById
业务流程
责任人:未设置
请求参数
Body 参数application/json
instanceId
string
实例id
appId
string
应用id
nodeId
string
节点id
realHandler
string
实际处理人id
loginUserId
string
指定用户id
entId
string
指定企业id
示例
{
"entId": "ceshiQiye",
"realHandler": "",
"instanceId": "10103",
"appId": "QuanZiDuanLiuCheng",
"loginUserId": "WMS",
"nodeId": "WorkNode_1"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
object
必需
current_nodes
array[string]
必需
data
object
必需
version_id
integer
必需
title
string
必需
status
string
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "",
"result": {
"current_nodes": [
"WorkNode_1"
],
"data": {
"wfm0": {
"type": "master",
"fields": [
"ms6a"
],
"data": [
{
"id": "2706",
"owner": "ApiTest",
"modifier": "ApiTest",
"last_modified": "2021-06-25 18:22:22",
"modified_method": "workflow/wf/14980/WorkNode_1",
"ms6a": "Fri Jun 25 18:22:22 CST 2021",
"aa412": ""
}
],
"relation": [],
"recordId": "2706",
"modifiedMethod": "workflow/wf/14980/WorkNode_1",
"attachFieldsConfig": []
}
},
"version_id": 124,
"title": "title",
"status": "finish"
},
"guid": "9e63c7cd2d354ae3"
}
修改于 2023-04-23 07:09:16