Skip to content
Alan B. Christie edited this page Sep 4, 2025 · 6 revisions

The Workflow Engine is a framework that allows the construction of automated connected sequences of Job executions in Squonk2. It runs as an event-driven service in the Data Manager and manages the execution of Jobs using a YAML-based workflow definition. It uses the Data Manager API and has access to its Instance Launcher to allow it to start Instances (Pods) in the Kubernetes environment.

The engine depends on some of our other external public repositories: -

See also

  1. Shortcut document: Workflow engine design
  2. Shortcut document: Workflow execution (basic)
Clone this wiki locally