Durable workflow service for HairDora. Managed by Nitro + workflow-sdk.
Public endpoints
GET /health — liveness probePOST /workflows/tips-and-best-practices/start — start the onboarding series (body {userId, salonId})POST /workflows/:name/trigger — HMAC-gated generic trigger used by croncool's dashboard (body {args: [...]})GET /workflows/runs/:runId — inspect a run's statusSDK-managed callback endpoints live under /.well-known/workflow/v1/* and are invoked by Croncool's dispatcher.