II.
Definition JSON
Structured · livedefinition:trigger-dispatch
Manual/API Dispatch Trigger json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "definition:trigger-dispatch",
"_kind": "Definition",
"_file": "domain/cicd/cicd-concepts.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Manual/API Dispatch Trigger",
"authoredAt": "2026-05-10T00:00:00Z",
"termId": "term:cicd",
"text": "A CI trigger activated by manual user action (workflow_dispatch) or\nprogrammatic API call (repository_dispatch). workflow_dispatch\nsupports typed input parameters (string, boolean, choice, environment)\nthat appear in the GitHub UI. repository_dispatch accepts arbitrary\nJSON payloads, enabling cross-repo and agent-driven automation.\nBoth forms are essential for on-demand deployments and\nmachine-to-machine CI orchestration.\n",
"status": "canonical"
},
"outgoingEdges": [
{
"from": "definition:trigger-dispatch",
"to": "term:cicd",
"kind": "defines"
},
{
"from": "definition:trigger-dispatch",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "definition:trigger-dispatch",
"to": "tool:github-actions",
"kind": "supports"
},
{
"from": "definition:trigger-dispatch",
"to": "tool:gitlab-ci",
"kind": "supports"
},
{
"from": "definition:trigger-dispatch",
"to": "topic:ci-triggers",
"kind": "supports"
}
],
"incomingEdges": []
}