A Rails API demonstrating Temporal workflow orchestration
Health check endpoint
Start a greeting workflow
Response
{
"workflow_id": "greeting-abc123...",
"run_id": "...",
"status": "started",
"temporal_url": "https://cloud.temporal.io/namespaces/.../workflows/.../history"
}