iiRecord
Agentic AI Atlas · Workflow Engine
stack-part:workflow-enginea5c.ai
II.
StackPart JSON

stack-part:workflow-engine

Structured · live

Workflow Engine json

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

File · domain/stack-parts/stack-parts-app-services.yamlCluster · domain
Record JSON
{
  "id": "stack-part:workflow-engine",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/stack-parts-app-services.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Workflow Engine",
    "description": "Durable workflow runtime with state, retries, and signals for\nlong-running business or system processes. Examples: Temporal,\nNetflix Conductor, Apache Cadence, AWS Step Functions.\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:workflow-engine",
      "to": "tool:temporal",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:workflow-engine",
      "to": "tool:airflow",
      "kind": "implemented_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:messaging-queuing",
      "to": "stack-part:workflow-engine",
      "kind": "uses_stack_part"
    },
    {
      "from": "skill-area:background-job-processing",
      "to": "stack-part:workflow-engine",
      "kind": "uses_stack_part"
    },
    {
      "from": "tool:temporal",
      "to": "stack-part:workflow-engine",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool:airflow",
      "to": "stack-part:workflow-engine",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ]
}