httk.workflow.compat¶
Consumers that turn work authored elsewhere into ordinary httk₂ jobs.
Each subpackage is one consumer of the common execution API — the Attempt
layer of httk.workflow.sdk and the canonical
httk.workflow.protocol — and nothing more. A consumer may use that API;
the API never learns which consumer uses it. The generic manager, workspace,
and CLI see only ordinary jobs, steps, children, and outcomes: no subpackage
here teaches them a compatibility format.
v1httk v1 task templates, run unchanged on the v2 engine (
httk.workflow.compat.v1).
Language support lives in httk.workflow.languages; this package keeps
only the v1 compatibility layer.
None of these subpackages imports another, none imports the manager or the generic CLI internals, and none is imported by the common execution layer.