it seems that FC is preventing me from viewing workflow for submissions that I didn't submit.
In the monitor tab, I navigate to a submission then, for a workflow listed under it I click on it to see the details for the workflow (tasks, timeline, inputs, outputs, etc.) However, when I navigate to it, I get "blank". see attached "submission_but_no_WF"
It would seem not to be a permission issue because I have reader on the WDL . I can view the method config without getting red text about a permission error. Also, in the bucket, I can navigate to the submission in it and also I can navigate to the workflow for the submission. In addition , I do have READER on the workspace.
I inspect the bucket and see only logs and execs so it looks like this particular WF failed.
wm8b1-75c:~ esalinas$ gsutil ls gs://fc-9c84e685-79f8-4d84-9e52-640943257a9b/e5d343bb-2846-45f2-a715-49991f1cb20c/**
gs://fc-9c84e685-79f8-4d84-9e52-640943257a9b/e5d343bb-2846-45f2-a715-49991f1cb20c/pcawg_full_workflow/ce7b5164-8a0c-4386-a993-d4a522460df7/call-pcawg_full/attempt-2/exec.sh
gs://fc-9c84e685-79f8-4d84-9e52-640943257a9b/e5d343bb-2846-45f2-a715-49991f1cb20c/pcawg_full_workflow/ce7b5164-8a0c-4386-a993-d4a522460df7/call-pcawg_full/attempt-3/exec.sh
gs://fc-9c84e685-79f8-4d84-9e52-640943257a9b/e5d343bb-2846-45f2-a715-49991f1cb20c/pcawg_full_workflow/ce7b5164-8a0c-4386-a993-d4a522460df7/call-pcawg_full/exec.sh
gs://fc-9c84e685-79f8-4d84-9e52-640943257a9b/e5d343bb-2846-45f2-a715-49991f1cb20c/workflow.logs/workflow.ce7b5164-8a0c-4386-a993-d4a522460df7.log
wm8b1-75c:~ esalinas$
the tail of the log also suggests failure, but offers no reason why.
wm8b1-75c:~ esalinas$ gsutil cat gs://fc-9c84e685-79f8-4d84-9e52-640943257a9b/e5d343bb-2846-45f2-a715-49991f1cb20c/workflow.logs/workflow.ce7b5164-8a0c-4386-a993-d4a522460df7.log|tail
for f1 in dirs:
print f1
#os.link('../monitor_stop.log','monitor_stop.log')
"
echo "$python_cmd"
python -c "$python_cmd"`
2017-04-05 17:50:00,708 INFO - JesAsyncBackendJobExecutionActor [UUID(ce7b5164)pcawg_full_workflow.pcawg_full:NA:3]: job id: operations/EOiW8_mzKxjD3K6u9-ay_ywg_eDe0bUCKg9wcm9kdWN0aW9uUXVldWU
2017-04-05 17:50:23,256 INFO - JesAsyncBackendJobExecutionActor [UUID(ce7b5164)pcawg_full_workflow.pcawg_full:NA:3]: Status change from - to Running
2017-04-05 17:51:08,340 INFO - JesAsyncBackendJobExecutionActor [UUID(ce7b5164)pcawg_full_workflow.pcawg_full:NA:3]: Status change from Running to Failed
2017-04-05 17:51:08,711 INFO - $g [UUID(ce7b5164)]: Copying workflow logs from /cromwell-workflow-logs/workflow.ce7b5164-8a0c-4386-a993-d4a522460df7.log to gs://fc-9c84e685-79f8-4d84-9e52-640943257a9b/e5d343bb-2846-45f2-a715-49991f1cb20c/workflow.logs/workflow.ce7b5164-8a0c-4386-a993-d4a522460df7.log
wm8b1-75c:~ esalinas$
Is the unlisted WF in the UI a bug?