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 allows orchestrations to send messages to Entities without needing to yield / await on an API. The implementation should be similar to ContinueAsNew, which is also a fire-and-forget operation.
The text was updated successfully, but these errors were encountered:
This allows orchestrations to send messages to Entities without needing to
yield
/await
on an API. The implementation should be similar toContinueAsNew
, which is also a fire-and-forget operation.The text was updated successfully, but these errors were encountered: