appunni-old
appunni-old
This may be related to #3876 . Again Double underscore may be causing issue
``` { "createTime": 1701670338519, "updateTime": 1701669746737, "createdBy": "[email protected]", "updatedBy": "[email protected]", "accessPolicy": {}, "name": "test_do_while_2", "description": "Workflow details", "version": 1, "tasks": [ { "name": "default_do_while", "taskReferenceName": "task_1_loop_databricks", "inputParameters": {}, "type": "DO_WHILE",...
``` List loopOverTaskList = workflow.getTasks().stream() .filter( t -> TaskUtils.removeIterationFromTaskRefName( t.getReferenceTaskName()) .equals(taskRefName)) .collect(Collectors.toList()); ``` This could be the bug here, as they are using `removeIterationFromTaskRefName` for checking if it's an iterable...
Hi @gajendrangnanasekaran you can use docker-compose to set it up . Clone this repo and run ``` docker-compose -f docker/docker-compose-postgres.yaml up -d ``` To kill run ``` docker-compose -f docker/docker-compose-postgres.yaml...
@rajeshwar-nu do they have double underscore in the name ?