iiRecord
Agentic AI Atlas · Job Scheduler / Orchestrator
stack-part:schedulera5c.ai
II.
StackPart JSON

stack-part:scheduler

Structured · live

Job Scheduler / Orchestrator 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:scheduler",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/stack-parts-app-services.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Job Scheduler / Orchestrator",
    "description": "Time- or event-driven orchestrator for batch and ETL jobs.\nExamples: Apache Airflow, Prefect, Dagster, Temporal cron schedules.\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:scheduler",
      "to": "tool:airflow",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:scheduler",
      "to": "tool:temporal",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:scheduler",
      "to": "tool:dagster",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:scheduler",
      "to": "tool:prefect",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:scheduler",
      "to": "skill-area:etl-pipelines",
      "kind": "stack_part_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:background-job-processing",
      "to": "stack-part:scheduler",
      "kind": "uses_stack_part"
    },
    {
      "from": "skill-area:task-scheduling-cron-jobs",
      "to": "stack-part:scheduler",
      "kind": "uses_stack_part"
    },
    {
      "from": "skill-area:etl-pipelines",
      "to": "stack-part:scheduler",
      "kind": "uses_stack_part"
    }
  ]
}