iiRecord
Agentic AI Atlas · GAP-TOOLS-020: Scheduled Orchestration Triggers
page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-020a5c.ai
II.
Page JSON

page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-020

Structured · live

GAP-TOOLS-020: Scheduled Orchestration Triggers json

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

File · wiki/docs/harness-features-backlog/gaps/tools-capabilities/gap-tools-020.mdCluster · wiki
Record JSON
{
  "id": "page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-020",
  "_kind": "Page",
  "_file": "wiki/docs/harness-features-backlog/gaps/tools-capabilities/gap-tools-020.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/harness-features-backlog/gaps/tools-capabilities/GAP-TOOLS-020.md",
    "sourceKind": "repo-docs",
    "title": "GAP-TOOLS-020: Scheduled Orchestration Triggers",
    "displayName": "GAP-TOOLS-020: Scheduled Orchestration Triggers",
    "slug": "docs/harness-features-backlog/gaps/tools-capabilities/gap-tools-020",
    "articlePath": "wiki/docs/harness-features-backlog/gaps/tools-capabilities/GAP-TOOLS-020.md",
    "article": "\n# GAP-TOOLS-020: Scheduled Orchestration Triggers\n\n| Field | Value |\n|-------|-------|\n| Category | tools-capabilities |\n| Priority | Medium |\n| Effort | L |\n| Status | Missing |\n\n## Description\nEnable cron-like scheduled triggers that automatically create and execute orchestration runs on a recurring schedule. Extends the orchestrator beyond interactive/on-demand execution into scheduled automation -- CI/CD-style recurring processes, periodic health checks, and automated maintenance workflows.\n\n## Current State\nAll orchestration runs are explicitly triggered via `harness:create-run` or `harness:call`. No scheduling mechanism exists. The `harness:forever` alias runs an infinite loop process but requires an active session. GAP-REMOTE-004 covers cron triggers at the remote integration level but not the local scheduling surface.\n\n## Target State\nA scheduling subsystem that: defines recurring triggers with cron expressions, creates runs from process definitions on schedule, manages trigger lifecycle (enable/disable/pause), logs trigger history and outcomes, integrates with the embedded SDK dashboard for monitoring. Works locally via a daemon process and remotely via GAP-REMOTE-004 infrastructure.\n\n## Dependencies\n- [GAP-REMOTE-001](../remote-integration/GAP-REMOTE-001.md) -- daemon mode for background scheduling\n- [GAP-REMOTE-004](../remote-integration/GAP-REMOTE-004.md) -- cron triggers at the remote level\n\n## Key Files\n| Component | Path |\n|-----------|------|\n| CLI entry | `packages/sdk/src/cli/main.ts` |\n| Run creation | `packages/sdk/src/runtime/` |\n| Config | `packages/sdk/src/config/` |\n\n## Recommendation\nPhase 4 implementation. Build on GAP-REMOTE-001 daemon mode. Add a `trigger:create` / `trigger:list` / `trigger:delete` CLI surface. Store trigger definitions in `~/.a5c/triggers/`. Integrate with embedded SDK dashboard for visibility.\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-harness-features-backlog",
      "to": "page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-020",
      "kind": "contains_page"
    }
  ]
}