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

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

Reading · 2 min

GAP-TOOLS-021: External Event Triggers for Orchestration reference

Enable external events (webhooks, file system changes, git push events, CI/CD pipeline completions) to trigger orchestration runs. The orchestrator should be able to react to external stimuli, not just user-initiated commands -- enabling event-driven automation workflows.

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

GAP-TOOLS-021: External Event Triggers for Orchestration

FieldValue
Categorytools-capabilities
PriorityMedium
EffortL
StatusMissing

Description

Enable external events (webhooks, file system changes, git push events, CI/CD pipeline completions) to trigger orchestration runs. The orchestrator should be able to react to external stimuli, not just user-initiated commands -- enabling event-driven automation workflows.

Current State

Runs are user-initiated only. The hook system (packages/sdk/src/hooks/) fires hooks during run lifecycle but does not receive external events. No webhook endpoint, filesystem watcher, or event listener exists. The MCP server could theoretically receive external calls but has no event-to-run mapping.

Target State

An event ingestion layer that: receives webhooks via HTTP endpoint (when daemon mode is active), watches filesystem paths for changes, listens for git events (post-push, post-merge), maps events to process definitions via configurable rules, creates runs with event payload as inputs. Integrates with the embedded SDK dashboard for event visibility.

Dependencies

Key Files

ComponentPath
Hookspackages/sdk/src/hooks/
MCP serverpackages/sdk/src/mcp/
Run creationpackages/sdk/src/runtime/

Recommendation

Phase 4 implementation. Start with filesystem watchers and git hooks as trigger sources. Add webhook ingestion when daemon mode is available. Define event-to-process mapping configuration format.