Skip to content

Instance launcher

Alan B. Christie edited this page Sep 19, 2025 · 3 revisions

The Instance launcher is an interface that defines methods the workflow engine needs to launch (run) workflow steps (Jobs). Execution of Jobs in the Squonk2 Kubernetes environment is a complex affair and the engine relies on logic that already exists in the DM to do this.

The engine defines the interface (an Abstract Base Class) that the DM implements.

Clone this wiki locally