Module cycles

Module cycles 

Source
Expand description

Workflow Query Re-exports

Only queries that satisfy ALL of the following may be re-exported directly:

  • Read-only
  • No orchestration or side effects
  • No policy or invariant enforcement
  • No internal Error in public signatures
  • Return DTOs or primitives only

Queries that can fail with internal errors or enforce invariants MUST be wrapped in an API façade instead.

Structs§

CycleTrackerQuery
CycleTrackerQuery