Ensure trace wf exec param is used

This commit is contained in:
Denis Arh
2022-03-30 16:24:52 +02:00
parent 09d69f1244
commit 41667a7dae
+1 -1
View File
@@ -709,7 +709,7 @@ func (svc *workflow) exec(ctx context.Context, wf *types.Workflow, p types.Workf
WorkflowID: wf.ID,
KeepFor: wf.KeepSessions,
Trace: wf.Trace,
Trace: wf.Trace || p.Trace,
Input: scope,
StepID: p.StepID,
EventType: p.EventType,