src/api/workflow/workflowCommon/types.ts @@ -6,3 +6,9 @@ taskId: string; type: string; } export interface StartProcessBo { businessKey: string | number; tableName: string; variables: any; }