II.
Page overview
Reference · livepage:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-020
GAP-TOOLS-020: Scheduled Orchestration Triggers overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-020.
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
# GAP-TOOLS-020: Scheduled Orchestration Triggers
| Field | Value |
|-------|-------|
| Category | tools-capabilities |
| Priority | Medium |
| Effort | L |
| Status | Missing |
## 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
- [GAP-REMOTE-001](../remote-integration/GAP-REMOTE-001.md) -- daemon mode for background scheduling
- [GAP-REMOTE-004](../remote-integration/GAP-REMOTE-004.md) -- cron triggers at the remote level
## Key Files
| Component | Path |
|-----------|------|
| CLI entry | `packages/sdk/src/cli/main.ts` |
| Run creation | `packages/sdk/src/runtime/` |
| Config | `packages/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.
documents
[]
Outgoing edges
None.
Incoming edges
contains_page1
- page:docs-harness-features-backlog·PageHarness Features Backlog: Gap Analysis (Restructured)