Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ exports[`parseWorkflow > returns model and errors for invalid but parseable 'JSO
"errors": [
{
"errorType": "Validation failed at '<root>' (Workflow): 'Workflow' is invalid",
"message": "The DSL version of the workflow 'undefined' does not satisfy the DSL version range supported by this SDK '>=1.0.0 <=1.0.3'.",
"message": "The DSL version of the workflow 'undefined' does not satisfy the DSL version range supported by this SDK '>=1.0.0-0 <=1.0.3'.",
},
],
"model": Workflow {
Expand All @@ -733,7 +733,7 @@ exports[`parseWorkflow > returns model and errors for invalid but parseable 'YAM
"errors": [
{
"errorType": "Validation failed at '<root>' (Workflow): 'Workflow' is invalid",
"message": "The DSL version of the workflow 'undefined' does not satisfy the DSL version range supported by this SDK '>=1.0.0 <=1.0.3'.",
"message": "The DSL version of the workflow 'undefined' does not satisfy the DSL version range supported by this SDK '>=1.0.0-0 <=1.0.3'.",
},
],
"model": Workflow {
Expand All @@ -754,7 +754,7 @@ exports[`validateWorkflow > returns parsed validation errors for an invalid work
[
{
"errorType": "Validation failed at '<root>' (Workflow): 'Workflow' is invalid",
"message": "The DSL version of the workflow 'undefined' does not satisfy the DSL version range supported by this SDK '>=1.0.0 <=1.0.3'.",
"message": "The DSL version of the workflow 'undefined' does not satisfy the DSL version range supported by this SDK '>=1.0.0-0 <=1.0.3'.",
},
]
`;
Loading