ores.workflow.service

Table of Contents

Diagram

ores.workflow.service component diagram

Figure 1: ores.workflow.service

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

Emacs 29.1 (Org mode 9.6.6)