Skip to content

Commit

Permalink
better described status get on run
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoconnor authored Sep 17, 2018
1 parent 7eaf1b6 commit 05c129c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/workflow_execution_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ paths:
/runs/{run_id}:
get:
summary: Get detailed info about a workflow run.
description: |-
This endpoint provides detailed information about a given workflow run.
The returned result has information about the outputs produced by this workflow
(if available), a log object which allows the stderr and stdout to be retrieved,
a log array so stderr/stdout for individual tasks can be retrieved,
and the overall state of the workflow run (e.g. RUNNING, see the State section).
x-swagger-router-controller: ga4gh.wes.server
operationId: GetRunLog
responses:
Expand Down

0 comments on commit 05c129c

Please sign in to comment.