Skip to content

Task Reference

Sections

  • Worker Task — the task type your own service implements; it polls for the task and runs the custom business logic.
  • Operators — built-in control-flow tasks: branching, loops, forks/joins, waits, sub-workflows, termination.
  • System Tasks — built-in tasks Conductor executes directly on the server (HTTP, transforms, JDBC, alerting, AI tasks) with no worker required.