Open ruchim opened 7 years ago
Hi, @ruchim .
Am I right that you would like to achieve the following visualization?
If so - there are two options to do that:
Toggle link
button to show all linksClick the Toggle link
on the upper toolbar:
Once activated - all input/output links will be shown.
This option is off
by default because for large workflows it overwhelms the graphics. Below is a visualization of the public wdl pipeline with all links on
:
Ctrl+Click
to show specific linksIf you would like to view links of a specific input/output (e.g. to workaround issue with large workflows as shown above) - it is possible to Ctrl+Click
it and view the links.
Ctrl+Clicking
it again will dismiss links visualization
Hope this helps.
It's great to be able to see when task outputs are being used by other tasks as inputs. It would be nice to be able to visually see a similar link between task outputs that are declared as task outputs:
For example: Given this workflow:
Since the workflow output
wf_out
is simply a reference totask_b.b_out
, it would be nice to see a line connectingb_out
andwf_out
.