-
Notifications
You must be signed in to change notification settings - Fork 7
[Bug]: fix behavior differences in local runner #313
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
The behavior of generating responses and history events in local runner is same as the actual backend.
Actual Behavior
The behavior of generating responses and history events in local runner is different from the actual backend.
For example,
- attempt always starts with 1 while in the real backend attempt starts with 0 in STARTED and 1 in the other statuses.
- attempt gets plus 1 when switching from READY to STARTED (should keep same)
Steps to Reproduce
NA
SDK Version
1.0.0
Java Version
17
Is this a regression?
No
Last Working Version
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working