Debug: Node demo-workflow-approval-789@webapp/interface-workflow-approval@1.0.0

Financial Services CorpMerchant Onboarding Approval

🌐 ANQA Platform Status

API Status: healthy

Service: anqa-api

✅ Approval Request

Approval Request - demo-workflow-approval-789

This approval is required to continue the workflow process

Requested by: demo@example.com Status: pending Created: 1/15/2026, 3:52:57 AM

🔗 API Connection Tests

🌐 Public Health Endpoint

Status: ✅ Success

Endpoint: /health

Message: Successfully connected to public health endpoint

Health Response
{
  "status": "healthy",
  "service": "anqa-api"
}

🔐 Authenticated Client Tables

Status: ❌ Failed

Endpoint: /client-db/get-client-tables

Message: Authenticated API connection failed - check credentials and authentication

Error: API request failed: 403 Forbidden

🔧 Template Data (Debug)

View Raw Template Data
{
  "data": {
    "api": {
      "health": {
        "status": "healthy",
        "service": "anqa-api"
      },
      "tables": null
    },
    "approval": {
      "id": "demo-workflow-approval-789",
      "title": "Approval Request - demo-workflow-approval-789",
      "description": "This approval is required to continue the workflow process",
      "requester": "demo@example.com",
      "status": "pending",
      "created_at": "2026-01-15T03:52:57.252Z"
    },
    "workflow": {
      "title": "Business Process Workflow",
      "current_step": "approval_required"
    },
    "api_test": {
      "health_check": {
        "success": true,
        "endpoint": "/health",
        "response": {
          "status": "healthy",
          "service": "anqa-api"
        },
        "message": "Successfully connected to public health endpoint"
      },
      "client_tables": {
        "success": false,
        "endpoint": "/client-db/get-client-tables",
        "error": "API request failed: 403 Forbidden",
        "message": "Authenticated API connection failed - check credentials and authentication"
      }
    }
  },
  "branding": {
    "companyName": "Financial Services Corp",
    "primaryColor": "#6f42c1",
    "fontFamily": "Source Sans Pro, system-ui, sans-serif",
    "logo": "https://via.placeholder.com/150x50/6f42c1/white?text=FinServ"
  },
  "config": {
    "title": "Merchant Onboarding Approval",
    "approvalType": "compliance_review",
    "urgency": "high"
  }
}