Agent Controller need the same type of Workflow

Does the container need the same type of Workflow like only sequential or only non-sequential?

The Agent Controller does NOT execute workflows.

Its responsibility is to manage and monitor Agents, not workflow execution.

  • Agent Controller

    • Registers and manages Agents

    • Monitors agent health and availability

    • Assigns jobs to Agents based on execution requests

  • Agent

    • Actually executes the workflow steps

    • Handles both sequential and non-sequential workflow execution as designed in Process Studio

The workflow execution type (sequential or non-sequential) is defined by the workflow design, and the Agent Controller is agnostic to this logic.