Skip to content
Alan B. Christie edited this page Aug 12, 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 Manger API and has access to its internal Instance Launcher to start Instances (Pods) in the Kubernetes environment.

Clone this wiki locally