improvements to workflows
This commit is contained in:
@@ -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.put("attempts", attempts.toString());
|
||||
map.put("success", success.toString());
|
||||
|
||||
Reference in New Issue
Block a user