MCP Server
Active
1
0
Files
incident-triage/tests/bpmn/triage-link-down.test.yaml

36 lines
1008 B
YAML

kind: uapf.test.bpmn
target: bpmn/incident-triage.bpmn
process_id: Process_IncidentTriage
name: triage-link-down
description: |
End-to-end happy path: a Zabbix link-down event arrives, classifies as
network.routing, gets prioritised P1 by the priority DMN, owned by LVRTC,
routed to noc-l2, the case transitions to triaged, a Latvian customer
draft is proposed, and a 'routed' event is emitted.
input:
signal_id: "11111111-1111-1111-1111-111111111111"
payload:
title: "Link down on edge router rtr-r1"
host: "rtr-r1.lvrtc.lv"
severity: "high"
description: "BGP session also flapping"
expected_steps_completed:
- Task_NormalizeSignal
- Task_ClassifyIncident
- Task_SuggestPriority
- Task_EvaluatePriorityDmn
- Task_EvaluateOwnershipDmn
- Task_EvaluateRoutingDmn
- Task_UpdateIncident
- Task_DraftResponse
- Task_EmitEvent
expected_outputs:
taxonomy_code: "network.routing"
priority: "P1"
ownership: "lvrtc"
group_slug: "noc-l2"
new_status: "triaged"