Closed tamir321 closed 3 years ago
HKube micro-service pipeline driver
Describe the bug when trying to "Run Node" on "pipeline of pipelines" - case "Cannot set property 'level' of undefined"
To Reproduce execute the following pipelien:
{ "name": "pipe_in_pipe", "nodes": [ { "nodeName": "A", "pipelineName": "simple", "input": ["7"] }, { "nodeName": "B", "pipelineName": "simple", "input": ["@A"] } ], "flowInput":{ "range": 50, "inputs": 4000 } }
select one of the node and execute "Run Node"
tested on systemVersion: "v2.1.42", fullSystemVersion: "v2.1.42-1624977220317",
HKube micro-service pipeline driver
Describe the bug when trying to "Run Node" on "pipeline of pipelines" - case "Cannot set property 'level' of undefined"
To Reproduce execute the following pipelien:
select one of the node and execute "Run Node"