ores.workflow.service
Table of Contents
Summary
ores.workflow.service is the NATS service entrypoint for the workflow domain.
It reads configuration, opens database and NATS connections, registers all
message handlers from ores.workflow.core, and runs the event loop.
Inputs
- Configuration file: NATS server URL, PostgreSQL connection string.
- NATS request messages for workflow management operations.
Outputs
- A running NATS service for workflow operations.
- NATS response messages returned to callers.
Entry points
src/main.cpp,src/app/,src/config/.
Dependencies
ores.workflow.core,ores.workflow.api,ores.logging,nats.c.
See also
- ores.workflow — component group overview.
- ores.workflow.core — all business logic for the workflow domain.
