Commit e9681c8e by archer

log

parent 69ff6597
......@@ -322,7 +322,7 @@ export async function dispatchWorkFlow(data: Props): Promise<DispatchFlowRespons
// Thread avoidance
await surrenderProcess();
addLog.debug(`Run node`, { maxRunTimes: props.maxRunTimes, uid: user._id });
addLog.debug(`Run node`, { maxRunTimes: props.maxRunTimes, appId: props.runningAppInfo.id });
// Get node run status by edges
const status = checkNodeRunStatus({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment