{"message":"Fravity Workflow Engine","version":"1.0.0","architecture":"Clean Architecture with Service Factory Pattern","features":["Enterprise Logging with Correlation IDs","Performance Monitoring","Dependency Injection","Repository Pattern","Async Database Operations","High-Performance Pub/Sub Integration","Structured Error Handling"],"endpoints":{"authentication":{"login":"POST /auth/login","current_user":"GET /auth/me"},"workflows":{"start_workflow":"POST /workflows/start","list_workflows":"GET /workflows","workflow_status":"GET /workflows/{workflow_id}/status","restart_workflow":"POST /workflows/{workflow_id}/restart","abort_workflow":"POST /workflows/{workflow_id}/abort","resume_workflow":"POST /workflows/{workflow_id}/resume"},"tasks":{"task_callback":"POST /tasks/callback","task_status":"GET /tasks/{task_id}","requeue_task":"POST /tasks/requeue","retry_task":"POST /tasks/retry","stuck_tasks":"GET /tasks/stuck"},"system":{"workflow_summary":"GET /system/workflows/summary","system_stats":"GET /system/stats","health_check":"GET /health"}},"documentation":{"interactive_docs":"/docs","openapi_schema":"/openapi.json"},"timestamp":"2026-04-17T12:14:10.009582+00:00"}