Skip to content

Commit cadb577

Browse files
515 - missing name parameter causing endless loop in the test workflow execution
1 parent c9c0b64 commit cadb577

File tree

1 file changed

+2
-1
lines changed
  • server/libs/modules/task-dispatchers/loop/src/test/resources/workflows

1 file changed

+2
-1
lines changed

server/libs/modules/task-dispatchers/loop/src/test/resources/workflows/loop_v1_6.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ tasks:
2020
value2: 5
2121
combineOperation: "ANY"
2222
caseTrue:
23-
- type: "loopBreak/v1"
23+
- name: "loopBreak_1"
24+
type: "loopBreak/v1"
2425
caseFalse:
2526
- name: "sumVar2"
2627
type: "var/v1/set"

0 commit comments

Comments
 (0)