mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 03:50:52 +08:00
feat: 后端发起流程
This commit is contained in:
@@ -63,9 +63,9 @@ export interface StartWorkFlowReqData {
|
||||
*/
|
||||
variables: Record<string, any>;
|
||||
/**
|
||||
* 流程实例业务扩展业务对象
|
||||
* 流程实例业务扩展业务对象 必须要有不能为null 可以为空对象
|
||||
*/
|
||||
flowInstanceBizExtBo?: Record<string, any>;
|
||||
flowInstanceBizExtBo: Record<string, any>;
|
||||
}
|
||||
|
||||
export interface TaskOperationData {
|
||||
|
||||
Reference in New Issue
Block a user