aeat.application.workflow._utils module¶
Shared utilities for the workflow application layer.
This is a documented Family-2 bridge (see import-centralization ADR
ruling 4): normalise_key() and utc_now() are re-exported here so
the workflow package’s own submodules (_events.py, _models.py) and
its top-level facade can depend on one shared local surface, rather than each
importing domain.contribuyente and core.time
directly at every call site. The canonical definitions remain owned by
those two packages; this module is a re-export boundary only.