feat: 后端发起流程

This commit is contained in:
dap
2025-08-19 16:26:34 +08:00
parent daf61f7409
commit 3525571fab
4 changed files with 63 additions and 36 deletions

View File

@@ -63,9 +63,9 @@ export interface StartWorkFlowReqData {
*/
variables: Record<string, any>;
/**
* 流程实例业务扩展业务对象
* 流程实例业务扩展业务对象 必须要有不能为null 可以为空对象
*/
flowInstanceBizExtBo?: Record<string, any>;
flowInstanceBizExtBo: Record<string, any>;
}
export interface TaskOperationData {