流程集成接口
BPMAX 接口文档 v1.0.0
Default
流程事件回调
POST $hook_callback_url
当前项目状态或环节状态发生改变时触发,请求地址在流程编辑器开始节点流程事件回调中配置
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
body | body | HookCallbackEntity | true | none |
Responses
Status | Meaning | Description | Schema |
---|
创建项目
POST /api/hook/exec/:hookId
路径可以从流程设计工具开始节点处复制得到
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
body | body | ProjectCreateDto | true | none |
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
default | Default | none | BasicResponseHookClassDto |