Skip to main content

Workflow Health and Service Information

Summary

Three operational reads exist: framework health, shared service information and tenant-visible Workflow summary. Their exact entries are in the endpoint catalog.

Framework health

The registered health-check pipeline exposes the framework result. No Workflow-specific dependency check is registered.

Service information

The shared operation returns a standard envelope with service identity, description, environment and current time, plus correlation information when present.

Workflow summary

The native diagnostic operation counts definitions, published definitions, instances and pending tasks through tenant-filtered entity sets and reports whether any definition exists.

Limitations

The basic health operation does not verify database or message-broker readiness. None of these reads has an explicit authorization requirement.

Requires Confirmation

Readiness/liveness separation, dependency checks, production service-information exposure and alert ownership require confirmation.

Source References

  • microservices/src/workflow-service/Program.cs
  • microservices/src/workflow-service/Api/WorkflowEndpoints.cs
  • microservices/src/shared-kernel/Extensions/EndpointRouteBuilderExtensions.cs

See Also

Keywords

Workflow API, approval endpoint, Workflow Service.

Revision Information

  • Status: Draft
  • Last reviewed: 2026-07-20
  • Next review: 2026-10-20