3
0

Ensure trace wf exec param is used

This commit is contained in:
Denis Arh 2022-03-30 12:09:33 +02:00
parent 09d69f1244
commit 41667a7dae

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,