Skip to content

Commit

Permalink
fix: exclude output mappings from deduplication (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader authored Nov 4, 2024
1 parent 8ac5591 commit 9bceee7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,7 @@ public enum DeduplicationMode {
ACTIVATION_CONDITION_KEYWORD,
MESSAGE_TTL,
CORRELATION_REQUIRED_KEYWORD,
DEDUPLICATION_MODE_MANUAL_FLAG_KEYWORD);
DEDUPLICATION_MODE_MANUAL_FLAG_KEYWORD,
RESULT_EXPRESSION_KEYWORD,
RESULT_VARIABLE_KEYWORD);
}

0 comments on commit 9bceee7

Please sign in to comment.