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
To be more precise, it is not even about knowing if the signal was received before the workflow execution. It is needed to ensure that signals are not lost if the main method decides to return. The most basic scenario is the main method returning a counter and a signal handler incrementing it. https://community.temporal.io/t/will-workflow-method-be-processed-first-or-signal/1564/2
There is a bug with
startWithSignal()
method.The Workflow method is initialized before signal call.
But signal must be executed before Workflow Handler.
Test case in Harness: temporalio/features@9352318
Caution
Might be breaking change
The text was updated successfully, but these errors were encountered: