🧩Workflow Block

🧩 The Workflow block calls another workflow as a step, allowing you to reuse existing logic.

What it does

It passes input to a child workflow and receives its output, just like calling a function.

Uses

  • Split a large workflow into reusable units.
  • Share common logic among several agents.

💡 Wkil tracks the call chain and stops calls that exceed the hop limit to prevent infinite loops.