mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 14:22:01 +08:00
feat: 后端发起流程
This commit is contained in:
@@ -62,6 +62,10 @@ export interface StartWorkFlowReqData {
|
||||
* 流程变量
|
||||
*/
|
||||
variables: Record<string, any>;
|
||||
/**
|
||||
* 流程实例业务扩展业务对象
|
||||
*/
|
||||
flowInstanceBizExtBo?: Record<string, any>;
|
||||
}
|
||||
|
||||
export interface TaskOperationData {
|
||||
|
||||
Reference in New Issue
Block a user