II.
WorkflowDefinition JSON
Structured · liveworkflow:github-issues-triage
GitHub Issues triage WORKFLOW.md (label-filtered) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:github-issues-triage",
"_kind": "WorkflowDefinition",
"_file": "extensions/workflows/workflow-definition-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GitHub Issues triage WORKFLOW.md (label-filtered)",
"sourcePath": "WORKFLOW.md",
"frontMatterTrackerKind": "issue-tracker:github-issues",
"frontMatterPolling": {
"pollIntervalMs": 30000,
"activeStates": [
"label:triage"
],
"terminalStates": [
"state:closed"
]
},
"frontMatterWorkspaceRoot": ".a5c/workspaces",
"frontMatterAgentExecutable": "claude-code",
"frontMatterHooks": [
"pre-dispatch:label-gate"
],
"frontMatterCodexConfig": {},
"promptTemplate": "Triage GitHub issue ${issue.number} and propose a labeled response.\n",
"schemaVersion": "1.0.0"
},
"outgoingEdges": [
{
"from": "workflow:github-issues-triage",
"to": "issue-tracker:github-issues",
"kind": "targets_tracker",
"attributes": {}
},
{
"from": "workflow:github-issues-triage",
"to": "agentVersion:claude:ge-0-0-0",
"kind": "invokes_agent",
"attributes": {}
}
],
"incomingEdges": []
}