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
This will make it easier for implementing RPC, to avoid having to catch the "WorkflowNotExsits" error and call another RPC.
However, when status is running, this cannot guarantee it is still running when the worker is executing the RPC......So may not worth doing this.
The text was updated successfully, but these errors were encountered:
longquanzheng
changed the title
Return workflowStatus in the context so that RPC can avoid using write API
[maybe] Return workflowStatus in the context so that RPC can avoid using write API
Sep 11, 2024
This will make it easier for implementing RPC, to avoid having to catch the "WorkflowNotExsits" error and call another RPC.
However, when status is running, this cannot guarantee it is still running when the worker is executing the RPC......So may not worth doing this.
The text was updated successfully, but these errors were encountered: