Skip to content

Commit

Permalink
remove workflowID from messageID due to gateway size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoonbang committed Oct 11, 2024
1 parent 816b25c commit 3ac4b24
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 3ac4b24

Please sign in to comment.