执行流程(同步)
POST
/api/v1/rules/{id}/execute/{msgType}- 触发流程并等待流程执行结果
请求参数
Path 参数
id
string
流程ID
示例值:
abcd
msgType
string
消息类型
示例值:
teset
Query 参数
msgId
string
消息ID
debugMode
boolean
可选
true:本次以调试模式执行
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
field1
string
自定义字段1
field2
string
自定义字段2
fieldN
string
自定义字段N
示例
{
"field1": "string",
"field2": "string",
"fieldN": "string"
}
最后修改时间: 2 个月前