Skip to content

Commit

Permalink
chore: add comment on DecodedWorkflowName
Browse files Browse the repository at this point in the history
  • Loading branch information
agparadiso committed Jan 8, 2025
1 parent a7daada commit 40f0d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/capabilities/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ type RequestMetadata struct {
WorkflowDonID uint32
WorkflowDonConfigVersion uint32
// The step reference ID of the workflow
ReferenceID string
ReferenceID string
// Use DecodedWorkflowName if the human readable name needs to be exposed, such as for logging purposes.
DecodedWorkflowName string
}

Expand Down

0 comments on commit 40f0d97

Please sign in to comment.