v2 extended analysis render update

This commit is contained in:
2026-06-14 21:32:13 +02:00
parent 2b6b727de6
commit 38d708f85b
10 changed files with 254 additions and 2299 deletions

View File

@@ -0,0 +1,17 @@
[
{
"name": "Standard Ticket Lifecycle",
"description": "The typical path for a ticket: Creation -> Triage -> Progress -> Resolution -> Closing.",
"steps": ["CREATE", "ASSIGN", "RESOLVE", "CLOSE_TICKET"]
},
{
"name": "AWS-Triggered Escalation",
"description": "Emergency flow triggered by AWS infrastructure: SNS Update -> SQS Escalation.",
"steps": ["SNS_UPDATE", "SQS_UPDATE", "ESCALATE"]
},
{
"name": "Reactive Creation Path",
"description": "Modern non-blocking ticket creation flow via WebFlux.",
"steps": ["CREATE_REACTIVE", "ASSIGN"]
}
]