Question about locating activities in flow from search results

Hi,

When I search in OpenRPA for certain activities in my flow, I see results listed as something like 1:68, 1:49, 1:30 (see below).

From the way it’s displayed, it looks like the numbers (x.xx) should represent a location in the workflow, but I haven’t been able to figure out what they correspond to.

Also, the results are clickable, but nothing happens when I click them. I was expecting to be taken directly to the activity in the workflow.

My questions:

  1. Is there currently a way to jump directly to the activity in the flow from the search results?

  2. If not, I’d like to suggest this as a feature, as it would make navigating and especially debugging a flow much easier.

Thanks in advance for any clarification!

  1. Yes, it is the location. If you look at the workflow as a tree, each body of an activity can have sub-activities added into it. Each . (dot) represents a level/branch on the tree, and the number indicates the order/position it has. This will also be shown in error messages, and you can search on it, too.

  2. Yeah, this is my bad UI design. You must use the arrow keys on the keyboard to navigate the list, then it will jump to the location as you select them.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.