Skip to content

Commit

Permalink
Merge pull request #102 from Clever/INFRA-2700-support-result-field
Browse files Browse the repository at this point in the history
Add `Result` to `SLState`
  • Loading branch information
nathanleiby authored Dec 5, 2017
2 parents bc6fa96 + 95366d5 commit b4946f2
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 151 deletions.
1 change: 1 addition & 0 deletions docs/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
|**Next** <br>*optional*|string|
|**OutputPath** <br>*optional*|string|
|**Resource** <br>*optional*|string|
|**Result** <br>*optional*|string|
|**ResultPath** <br>*optional*|string|
|**Retry** <br>*optional*|< [SLRetrier](#slretrier) > array|
|**TimeoutSeconds** <br>*optional*|integer|
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Orchestrator for AWS Step Functions


### Version information
*Version* : 0.7.1
*Version* : 0.7.2


### URI scheme
Expand Down
161 changes: 80 additions & 81 deletions gen-go/client/mock_client.go

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions gen-go/models/s_l_state.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

133 changes: 66 additions & 67 deletions gen-go/server/mock_controller.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gen-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow-manager",
"version": "0.7.1",
"version": "0.7.2",
"description": "Orchestrator for AWS Step Functions",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 3 additions & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: Orchestrator for AWS Step Functions
# when changing the version here, make sure to
# re-run `make generate` to generate clients and server
version: 0.7.1
version: 0.7.2
x-npm-package: workflow-manager
schemes:
- http
Expand Down Expand Up @@ -653,6 +653,8 @@ definitions:
type: string
ResultPath:
type: string
Result:
type: string
Retry:
x-omitempty: true
type: array
Expand Down

0 comments on commit b4946f2

Please sign in to comment.