-
Notifications
You must be signed in to change notification settings - Fork 0
API adapter
Alan B. Christie edited this page Sep 19, 2025
·
3 revisions
The API adapter is an interface that defines methods the workflow engine needs that provide it with information about the Squonk2 environment. This typically involves access to and the ability to modify workflow-related database records (the workflow engine does not contain a database) and information about Job definitions.
The engine defines the interface (an Abstract Base Class) that the DM implements.