发起流程信息
POST
http://localhost/api/tbWfRuFlow/initiateProcess
请求参数
参数名
类型
描述
必填
formCode
string
流程编号
必填
flowName
string
流程名称
必填
fieldContent
string
参考文档流程发起表单JSON
必填
nodeCode
string
发起节点编号
必填
nodeCode
string
节点编号
必填
assigneeType
string
审核类型:member-指定成员,post-岗位,role-角色
必填
assigneeIdList
array
审核列表集合
必填
transferType
string
转发人类型 member-指定成员,post-岗位,role-角色
必填
transferIdList
array
转发类型集合
必填
choiceCcType
string
抄送人类型 member-指定成员,post-岗位,role-角色
必填
ccIdList
array
抄送人类型集合
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
示例:null
必填