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
Errorin 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§
- Cycle
Tracker Query - CycleTrackerQuery