-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate models using newer nswag (#180)
* Regenerate models using newer nswag * Disallow null workflow version * Add missing "version" into exception message * Update test to adjust to new null handling
- Loading branch information
1 parent
206595b
commit d94f120
Showing
34 changed files
with
416 additions
and
748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
test/ConductorSharp.Engine.Tests/Samples/Tasks/CustomerGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
"createTime": 0, | ||
"updateTime": 0, | ||
"name": "c_sharp_lambda_workflow", | ||
"version": 1, | ||
"tasks": [ | ||
|
@@ -14,11 +12,7 @@ | |
} | ||
}, | ||
"type": "SIMPLE", | ||
"startDelay": 0, | ||
"optional": false, | ||
"rateLimited": false, | ||
"asyncComplete": false, | ||
"retryCount": 0, | ||
"workflowTaskType": "SIMPLE" | ||
}, | ||
{ | ||
|
@@ -41,11 +35,7 @@ | |
} | ||
}, | ||
"type": "SIMPLE", | ||
"startDelay": 0, | ||
"optional": false, | ||
"rateLimited": false, | ||
"asyncComplete": false, | ||
"retryCount": 0, | ||
"workflowTaskType": "SIMPLE" | ||
} | ||
], | ||
|
@@ -60,20 +50,11 @@ | |
} | ||
}, | ||
"type": "SIMPLE", | ||
"startDelay": 0, | ||
"optional": false, | ||
"rateLimited": false, | ||
"asyncComplete": false, | ||
"retryCount": 0, | ||
"workflowTaskType": "SIMPLE" | ||
} | ||
] | ||
}, | ||
"startDelay": 0, | ||
"optional": false, | ||
"rateLimited": false, | ||
"asyncComplete": false, | ||
"retryCount": 0, | ||
"workflowTaskType": "DECISION" | ||
} | ||
], | ||
|
@@ -83,9 +64,6 @@ | |
], | ||
"outputParameters": {}, | ||
"schemaVersion": 2, | ||
"restartable": false, | ||
"workflowStatusListenerEnabled": false, | ||
"ownerEmail": "[email protected]", | ||
"timeoutPolicy": "TIME_OUT_WF", | ||
"timeoutSeconds": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.