添加基础模板节点
POST
/web/{version}/tBizProcNode/insert
请求参数
参数名
类型
描述
必填
id
integer
idid
可选
refTmplId
integer
refTmplId所属模板ID
可选
flowStateId
integer
flowStateId流程状态id
可选
nodeName
string
nodeName节点名称
可选
execSeq
integer
execSeq执行顺序
可选
nodeCode
string
nodeCode节点编码 前三位:系统分配区间 后四位:园区分配区间 每个园区分配15个数字
可选
isMandatory
string
isMandatory是否必选 0-否 1-是
可选
isRepeatable
string
isRepeatable是否可重复执行 0-否 1-是
可选
beanId
integer
beanId处理类ID
可选
remark
string
remark备注
可选
createTime
string
createTime数据创建时间
可选
updateTime
string
updateTime数据更改时间
可选
icon
string
icon图标类名
可选
preAnyFlowIds
string
preAnyFlowIds前置流程状态ids 满足任意一个即可执行 逗号分隔
可选
preAllFlowIds
string
preAllFlowIds前置流程状态ids 满足所有才能执行 逗号分隔
可选