improvements to workflows

This commit is contained in:
2026-03-26 22:10:53 +02:00
parent 041094be82
commit c3ba11caea

View File

@@ -124,7 +124,7 @@ public class PollCronWorkflow extends WorkflowDefinition {
} }
} }
log.info("Polling complete. {} transactions processed, {} successful", attempts, success); log.trace("Polling complete. {} transactions processed, {} successful", attempts, success);
Map<String, String> map = new HashMap<>(); Map<String, String> map = new HashMap<>();
map.put("attempts", attempts.toString()); map.put("attempts", attempts.toString());
map.put("success", success.toString()); map.put("success", success.toString());