-
Notifications
You must be signed in to change notification settings - Fork 620
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(engine): use static escalation code without evaluating expression
Fix for #12326 When we transform the escalation and it's a static value, we would still evaluate the expression. This could result in either a STRING or a NUMBER. As NUMBER wasn't a case that was implemented it would cause processes to be unable to find catch events. If it's a static value we can just take the escalation code from the escalation event. (cherry picked from commit efc4a56)
- Loading branch information
1 parent
d7eba09
commit f560816
Showing
2 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters