← Back to Reports

workflows/runs/20260706200518-client-assessment-f86d45/workflow-run.json

{
  "run_id": "20260706200518-client-assessment-f86d45",
  "workflow_id": "client-assessment",
  "workflow_title": "Generate Client Ecosystem Assessment",
  "workflow_description": "Generate an evidence-backed client assessment from a validated local JSON input file.",
  "status": "completed",
  "dry_run": false,
  "started_at": "2026-07-06T20:05:18.011Z",
  "finished_at": "2026-07-06T20:05:18.215Z",
  "parameters": {
    "input": "tests/fixtures/sample-client-assessment.json"
  },
  "engine": {
    "deterministic": true,
    "ai_apis_used": false,
    "shell_commands_allowed": false,
    "external_actions_allowed": false,
    "stop_on_failure": true
  },
  "steps": [
    {
      "id": "generate-assessment",
      "title": "Generate client assessment",
      "script": "scripts/generate-ecosystem-assessment.mjs",
      "args": [
        "--input",
        "tests/fixtures/sample-client-assessment.json"
      ],
      "requires": [
        "tests/fixtures/sample-client-assessment.json",
        "knowledge/objects",
        "knowledge/graph/graph.json",
        "intelligence/business-intelligence.json",
        "reports/decision-engine/decision-engine-summary.json",
        "reports/industry-solutions/industry-solutions-summary.json"
      ],
      "produces": [
        "reports/client-assessments"
      ],
      "status": "completed",
      "started_at": "2026-07-06T20:05:18.013Z",
      "finished_at": "2026-07-06T20:05:18.211Z",
      "duration_ms": 195,
      "exit_code": 0,
      "timed_out": false,
      "log_file": "01-generate-assessment.log",
      "error": null
    }
  ]
}