-
Suggestion
-
Resolution: Duplicate
-
None
Problem:
Currently, unless branching is involved, the automation rule executes sequentially. However sometimes you may see out-of-order entry in audit logs for such rules. Here is why it happens:
We execute a rule by running each component one by one. Whenever a component finishes running, we store its completed timestamp. We then order the audit item entries by this timestamp. Our current implementation behaves non deterministically, when we find multiple components with the same completed timestamp.
Suggested Solution:
Make the logging more deterministic - audit logs should display the messages in the right order as it was executed.
Why This Is Important:
It would help avoid confusions while troubleshooting automation related problems using audit logs.
- duplicates
-
AUTO-28 Make it easier to navigate Automation Audit Log - add option to search/filter by Issue key, option to view more issues, option to scroll for large audit logs, link directly to the specific component rather than the overall rule
- In Progress