feat: 后端发起流程

This commit is contained in:
dap
2025-08-19 11:08:50 +08:00
parent a4a7f7d096
commit 45b584b092
4 changed files with 76 additions and 27 deletions

View File

@@ -62,6 +62,10 @@ export interface StartWorkFlowReqData {
* 流程变量
*/
variables: Record<string, any>;
/**
* 流程实例业务扩展业务对象
*/
flowInstanceBizExtBo?: Record<string, any>;
}
export interface TaskOperationData {