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

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

Reading · 2 min

GAP-TOOLS-020: Scheduled Orchestration Triggers reference

Enable 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.

Pagewiki/docs/harness-features-backlog/gaps/tools-capabilities/GAP-TOOLS-020.mdOutgoing · 0Incoming · 1

GAP-TOOLS-020: Scheduled Orchestration Triggers

FieldValue
Categorytools-capabilities
PriorityMedium
EffortL
StatusMissing

Description

Enable 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.

Current State

All 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.

Target State

A 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.

Dependencies

Key Files

ComponentPath
CLI entrypackages/sdk/src/cli/main.ts
Run creationpackages/sdk/src/runtime/
Configpackages/sdk/src/config/

Recommendation

Phase 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.