mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
feat: store failed_retries per module state and display failed retries in flow status viewer
This commit is contained in:
@@ -318,6 +318,7 @@
|
||||
insertable,
|
||||
insertableEnd,
|
||||
branchable,
|
||||
retries: flowModuleStates?.[mod.id]?.retries,
|
||||
duration_ms: flowModuleStates?.[mod.id]?.duration_ms,
|
||||
bgColor: getStateColor(flowModuleStates?.[mod.id]?.type),
|
||||
annotation,
|
||||
|
||||
Reference in New Issue
Block a user