feat: add history parameter to PostWorkflowDebugProps and update related components
This commit is contained in:
@@ -581,7 +581,8 @@ export async function dispatchWorkFlow(data: Props): Promise<DispatchFlowRespons
|
||||
runtimeNodes,
|
||||
runtimeEdges,
|
||||
params,
|
||||
mode: props.mode === 'debug' ? 'test' : props.mode
|
||||
mode: props.mode === 'debug' ? 'test' : props.mode,
|
||||
realmode: props.mode
|
||||
};
|
||||
|
||||
// run module
|
||||
|
||||
Reference in New Issue
Block a user