You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using updates to allow the workflow to proceed to the next step.
Describe the bug
If an update occurs when the workflow execution is not cached on the worker, the update is effectively "lost", and I need to issue another update for it to be applied.
temporal workflow update execute --workflow-id test --name go
Observe that the activity has not been scheduled during the update handling. Additionally, there are some debug prints in the workflow code that may help.
What are you really trying to do?
I'm using updates to allow the workflow to proceed to the next step.
Describe the bug
If an update occurs when the workflow execution is not cached on the worker, the update is effectively "lost", and I need to issue another update for it to be applied.
Minimal Reproduction
Start the worker
Start the workflow
Restart the worker
Execute the update
Observe that the activity has not been scheduled during the update handling. Additionally, there are some debug prints in the workflow code that may help.
Environment/Versions
The text was updated successfully, but these errors were encountered: