Skip to content

Commit

Permalink
improved RunLog
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoconnor authored Sep 17, 2018
1 parent e4d0ae9 commit 264415c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi/workflow_execution_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,23 +487,28 @@ definitions:
run_id:
type: string
title: workflow run ID
description: workflow run ID
request:
$ref: '#/definitions/RunRequest'
description: The original request message used to initiate this execution.
state:
$ref: '#/definitions/State'
title: state
description: The state of the run e.g. RUNNING (see State)
run_log:
$ref: '#/definitions/Log'
title: 'the logs, and other key info like timing and exit code, for the overall run of this workflow'
description: The logs, and other key info like timing and exit code, for the overall run of this workflow.
task_logs:
type: array
items:
$ref: '#/definitions/Log'
title: 'the logs, and other key info like timing and exit code, for each step in the workflow run'
description: The logs, and other key info like timing and exit code, for each step in the workflow run.
outputs:
$ref: '#/definitions/WesObject'
title: the outputs
description: The outputs from the workflow run.
RunRequest:
type: object
properties:
Expand Down

0 comments on commit 264415c

Please sign in to comment.