Skip to content

Commit a764cbc

Browse files
fixing use of workflowID when it should be workflowExecutionID (#21184)
1 parent 0d17758 commit a764cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/services/workflows/metering/metering.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func NewReport(
196196
WorkflowOwner: labels[platform.KeyWorkflowOwner],
197197
WorkflowRegistryAddress: report.workflowRegistryAddress,
198198
ChainSelector: report.workflowRegistryChainSelector,
199-
WorkflowExecutionId: labels[platform.KeyWorkflowID], // we return early if this is empty
199+
WorkflowExecutionId: labels[platform.KeyWorkflowExecutionID],
200200
})
201201
if err != nil {
202202
report.switchToMeteringMode(err)

0 commit comments

Comments
 (0)