File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ FOLDER_URL=$( echo ${CROMWELL_URL} | sed -e 's#ht.*://##g' )
38
38
CROMSHELL_CONFIG_DIR=${HOME} /.cromshell
39
39
mkdir -p ${CROMSHELL_CONFIG_DIR}
40
40
41
- CROMWELL_METADATA_PARAMETERS=" excludeKey=submittedFiles"
41
+ CROMWELL_METADATA_PARAMETERS=" excludeKey=submittedFiles&expandSubWorkflows=true "
42
42
CROMWELL_SUBMISSIONS_FILE=" ${CROMSHELL_CONFIG_DIR} /all.workflow.database.tsv"
43
43
44
44
[ ! -f ${CROMWELL_SUBMISSIONS_FILE} ] && echo -e " DATE\tCROMWELL_SERVER\tRUN_ID\tWDL_NAME\tSTATUS" > ${CROMWELL_SUBMISSIONS_FILE}
@@ -372,7 +372,7 @@ function slim-metadata()
372
372
{
373
373
turtle
374
374
assertCanCommunicateWithServer $2
375
- curl --connect-timeout $CURL_CONNECT_TIMEOUT --compressed -s " ${2} /api/workflows/v1/$1 /metadata?includeKey=executionStatus&includeKey=backendStatus" | jq .
375
+ curl --connect-timeout $CURL_CONNECT_TIMEOUT --compressed -s " ${2} /api/workflows/v1/$1 /metadata?includeKey=executionStatus&includeKey=backendStatus&expandSubWorkflows=true " | jq .
376
376
checkPipeStatus " Could not connect to Cromwell server." " Could not parse JSON output from cromwell server."
377
377
return $?
378
378
}
You can’t perform that action at this time.
0 commit comments