简要描述
请求URL
http://192.168.2.107:8080/ops/script/addItDemandInstance
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
enterUrl |
是 |
string |
流程链接,必须包含docid: |
name |
是 |
string |
流程标题 |
isActivation |
否 |
boolean |
是否激活 |
uuid |
否 |
string |
uuid, isActivation为true时必填 |
参数示例
{
"name": "标题1",
"enterUrl": "http://flow.gf.com.cn/bpm/document/open/docid:A79681741F644CFFB9DEB597796E8FBE",
"isActivation": true,
"uuid": "6e53fbcc554c49c5a3d602d51b573d4f"
}
返回示例
{
"errorCode": 0,
"message": "success",
"responseBody": {
"result": "录入成功"
},
"time": 1651116720817
}