From 41667a7dae52d17a750f438b5d9526f72bb04cee Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Wed, 30 Mar 2022 12:09:33 +0200 Subject: [PATCH] Ensure trace wf exec param is used --- automation/service/workflow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/service/workflow.go b/automation/service/workflow.go index 00eec7ca0..327002a7c 100644 --- a/automation/service/workflow.go +++ b/automation/service/workflow.go @@ -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,