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
if I'm understanding the question correctly, no it does not. Any data associated with an orchestrated action is held in memory in the context of the single request and is GC'ed after the response.
Does it use a message broker(pub-sub) or is it pure request response?
The core api contract and functionality is pure http request/response. The being said, the plugin nature of the orchestration means you can integrate with a pub/sub hook or anything you'd like as part of the orchestrated workflow.
Hi,
I would like to know if Toki saves the workflow state under the hood.
Does it use a message broker(pub-sub) or is it pure request response?
The text was updated successfully, but these errors were encountered: