You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the diagram view illustrating the actual flow, and the detail provided in the Audit log.
However, it can be hard to identify the location in the workflow from the audit log rows, and vice versa.
As the diagram elements have IDs inside the SVG, like data-element-id="input-number", which map directly to the element id in the first table column, it should be straight-forward to add a Listener for highlighting, which would greatly improve usability and help in debugging/tracing back workflow executions.
Is this something you could put on the roadmap?
The text was updated successfully, but these errors were encountered:
Highlighting elements in the diagram is already implemented. You can hover over an entry in the table and it is highlighted in the diagram. See:
The other way around, hover over an element in the diagram and highlighting the rows in the table, is a bit more tricky. Multiple rows correspond to an element in the diagram. One option would be a filter the table. When an element is selected then the table shows only the rows related to this element.
I really like the diagram view illustrating the actual flow, and the detail provided in the Audit log.
However, it can be hard to identify the location in the workflow from the audit log rows, and vice versa.
As the diagram elements have IDs inside the SVG, like
data-element-id="input-number"
, which map directly to theelement id
in the first table column, it should be straight-forward to add aListener
for highlighting, which would greatly improve usability and help in debugging/tracing back workflow executions.Is this something you could put on the roadmap?
The text was updated successfully, but these errors were encountered: