diff --git a/pkg/capabilities/capabilities.go b/pkg/capabilities/capabilities.go index 502597554..f1b6cdcab 100644 --- a/pkg/capabilities/capabilities.go +++ b/pkg/capabilities/capabilities.go @@ -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 }