|
|
|
@ -1,7 +1,9 @@
|
|
|
|
import { NodeConfigVO } from '@/api/workflow/nodeConfig/types';
|
|
|
|
import { NodeConfigVO } from '@/api/workflow/nodeConfig/types';
|
|
|
|
|
|
|
|
import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types';
|
|
|
|
|
|
|
|
|
|
|
|
export interface RouterJumpVo {
|
|
|
|
export interface RouterJumpVo {
|
|
|
|
wfNodeConfigVo: NodeConfigVO;
|
|
|
|
wfNodeConfigVo: NodeConfigVO;
|
|
|
|
|
|
|
|
wfDefinitionConfigVo: DefinitionConfigVO;
|
|
|
|
businessKey: string;
|
|
|
|
businessKey: string;
|
|
|
|
taskId: string;
|
|
|
|
taskId: string;
|
|
|
|
type: string;
|
|
|
|
type: string;
|
|
|
|
|