Skip to content

Commit

Permalink
improving the quick status description
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoconnor committed Sep 17, 2018
1 parent 05c129c commit e4d0ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/workflow_execution_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ paths:
/runs/{run_id}/status:
get:
summary: Get quick status info about a workflow run.
description: |-
This provides an abbreviated (and likely fast depending on implementation)
status of the running workflow, returning a simple result with the
overall state of the workflow run (e.g. RUNNING, see the State section).
x-swagger-router-controller: ga4gh.wes.server
operationId: GetRunStatus
responses:
Expand Down

0 comments on commit e4d0ae9

Please sign in to comment.