feat: store failed_retries per module state and display failed retries in flow status viewer

This commit is contained in:
Ruben Fiszel
2024-05-23 19:16:18 +02:00
parent 126459f972
commit 4f30b1fb82
8 changed files with 85 additions and 41 deletions

View File

@@ -513,5 +513,9 @@ components:
required:
- resume_id
- approver
failed_retries:
type: array
items:
type: string
format: uuid
required: [type]