Flow execution

Agents are responsible for executing your Contextual Flows. They provide compute to 'publish' a Flow and make it operational and externally accessible.

For HTTP Agents, the creation of an Agent also creates the base HTTP URL on which that agent will respond. This is visible on the definition tab of the Agent once created. HTTP Flows that are put live by HTTP Agents may have multiple different endpoints responding on this base URL.

For Event Agents, the Agent will execute when it receives a message or event via a Trigger, Action or Send to Agent node in another flow.

Last updated