Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanpelikan committed Mar 18, 2024
1 parent d403354 commit ab13aee
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,7 @@ private DE correlateMessage(
.getRuntimeService()
.createMessageCorrelation(messageName)
.tenantId(tenantId))
.tenantId(tenantId)
.processInstanceBusinessKey(id.toString());
if (tenantId != null) {
correlation.tenantId(tenantId);
}
if (correlationIdLocalVariableName != null) {
correlation.localVariableEquals(
correlationIdLocalVariableName,
Expand Down

0 comments on commit ab13aee

Please sign in to comment.