Breadcrumbs on Workflow Results (Improved Navigation on Execution Results Pages)
Tanner Campbell
It can be difficult to know, when looking at the results of a subworkflow (especially when its many workflows deep), what upper workflow it originated from.
Of course we can figure this out by loading the contexts and fishing out the originatingExecutionId value, then modifying the URL manually. But this could be better.
Loading breadcrumbs in the Workflow canvas would be impossible because any given subworkflow could be a part of dozens of other workflows... but generating breadcrumbs in an execution result should be able to leverage the contextual knowledge of the full run.
So like: Parent Workflow Results > Subworkflow A Results > Subworkflow B Results > Name of Subworkflow whose results are presently being viewed
With each breadcrumb item being clickable to load the relevant results page in a new window.
Could make following the logic of an entire execution easier and, of course, make troubleshooting a bit easier.
Log In