Skip to content

Commit

Permalink
remove workflowID from messageID due to gateway size limit (#14737)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoonbang authored Oct 16, 2024
1 parent accbf0f commit 0466e42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/capabilities/webapi/target/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func getMessageID(req capabilities.CapabilityRequest) (string, error) {
return "", fmt.Errorf("workflow execution ID is invalid: %w", err)
}
messageID := []string{
req.Metadata.WorkflowID,
req.Metadata.WorkflowExecutionID,
webapicapabilities.MethodWebAPITarget,
}
Expand Down

0 comments on commit 0466e42

Please sign in to comment.