Easybeam
  • Getting Started
    • 👋What is Easybeam?
    • 📙SDKs
  • Features
    • 📝Prompts
    • ⭐Reviews & Score
    • 🧠Agents
      • Getting Started
      • Core concepts
      • Data Types
      • Sidebar
      • Start Step
      • Prompt Step
      • Decision Step
      • Action Step
      • Website Step
      • Database Step
      • Async Branch
      • Knowledge Step
      • API Step
      • Solo Agent
    • 📖Knowledge
      • Websites
      • Documents
    • 📋Logs
    • 🔍Analytics & Reviews
    • 🧑‍🔬Test Center
  • 🤖Documentation Agent
Powered by GitBook
On this page
  1. Features
  2. Agents

Async Branch

Get some stuff done without bothering your users

PreviousDatabase StepNextKnowledge Step

Last updated 3 months ago

Anything that comes off to the right of this step will start right away, and fire sequentially. The next connect step at the bottom will also fire right away, creating two separate paths.

This is useful if you have some work (i.e. calling APIs) that doesn't need to block the flow in returning a message to your users.

🧠