-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing decision timeout for transient decisions
We were using incorrect scheduleID for transient decisions on decision started event. This happens if a new event comes in after a transient decision is scheduled, but before it is started. We end up a creating a timeout task with the wrong decision schedule id causing timer processing to skip that timeout event. Also added an integration test for this use case.
- Loading branch information
1 parent
622d1a0
commit fdebcf4
Showing
2 changed files
with
104 additions
and
1 deletion.
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