iiRecord
Agentic AI Atlas · Contract Review Cycle
workflow:contract-review-cyclea5c.ai
II.
Workflow JSON

workflow:contract-review-cycle

Structured · live

Contract Review Cycle json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-legal.yamlCluster · workflows
Record JSON
{
  "id": "workflow:contract-review-cycle",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-legal.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Contract Review Cycle",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-contract",
    "complexity": "cross-team",
    "description": "Manages the legal review of commercial contracts — evaluating liability\nexposure, validating compliance with organizational policies, reviewing\ndata processing terms against privacy requirements, assessing IP\nassignment clauses, and coordinating redline negotiations with\ncounterparties. Produces risk assessment and recommended modifications.\nExcludes contract execution and ongoing compliance monitoring.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:contract-review-cycle",
      "to": "role:license-auditor",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "domain:legal",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "domain:operations",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "responsibility:vendor-evaluation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "org-unit:legal-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:contract-review-cycle",
      "to": "org-unit:operations-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:n8n",
      "to": "workflow:contract-review-cycle",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Workflow automation can route contract review steps and handoffs."
      }
    }
  ]
}