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 like the pretty representation quite a bit - really nice and easy to read, but it'd be better if it included executable IDs. I.e., rather than this:
Workflow: example
????App Inputs: common
????App Task: main
????App Task: another
????App Fragment: scatter (o in another.out)
? ????Workflow: example_block_2
? ????App Task: final
? ????App Fragment: scatter (o2 in final.out)
? ????App Task: another
????App Outputs: outputs
You'd see:
Workflow: example (workflow-123)
????App Inputs: common (applet-123)
????App Task: main (applet-123)
????App Task: another (applet-YYY)
????App Fragment: scatter (o in another.out) (applet-123)
? ????Workflow: example_block_2 (workflow-123)
? ????App Task: final (applet-123)
? ????App Fragment: scatter (o2 in final.out) (applet-123)
? ????App Task: another (applet-YYY)
????App Outputs: outputs (applet-123)
Which makes for a nice copy/pasteable and comprehensible experience for the user :)
It'd also be neat if you could run execTree on an existing dxWDL-compiled workflow, but not sure how feasbile that is.
The text was updated successfully, but these errors were encountered:
I like the pretty representation quite a bit - really nice and easy to read, but it'd be better if it included executable IDs. I.e., rather than this:
You'd see:
Which makes for a nice copy/pasteable and comprehensible experience for the user :)
It'd also be neat if you could run execTree on an existing dxWDL-compiled workflow, but not sure how feasbile that is.
The text was updated successfully, but these errors were encountered: