cromshell
cromshell copied to clipboard
execution-status-count ignores -x if output isn't prettified
Executions status count should only check subworkflows if -x is enabled, but by default it downloads all the metadata for subworkflows.
Because of the bug in #107 it wasn't displaying subworkflow data in unpretty form with or with -x but it always requests it. This could be expensive for very large workflows.