File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Features Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,11 @@ Scenario Outline: Add workflow with invalid details
160160 | Invalid_Workflow_TaskID_Content | Contains Invalid Characters . |
161161 | Invalid_Workflow_Unreferenced_Task | Found Task (s ) without any task destinations to it |
162162 | Invalid_Workflow_Loopback_Task | Detected task convergence on path |
163- | Invalid_Workflow_0_Tasks | Missing Workflow Tasks |
163+ | Invalid_Workflow_0_Tasks | Missing Workflow Tasks |
164164 | Invalid_Workflow_Version_Null | Missing Workflow Version |
165165 | Invalid_Workflow_Version_Blank | Missing Workflow Version |
166+ | Invalid_Workflow_Body_Object | 'informaticsGateway ' cannot be null |
167+ | Empty_Workflow_Body | '' is not a valid Workflow Description |
166168
167169@DeleteWorkflows
168170Scenario : Delete a workflow with one revision
You can’t perform that action at this time.
0 commit comments