Skip to content

Commit

Permalink
feat: replace EachSequential with ForEach
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri committed Nov 18, 2024
1 parent 8a19e69 commit 4a5324d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/mongodb/Trigger.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
tasks:
- id: each
type: io.kestra.plugin.core.flow.EachSequential
type: io.kestra.plugin.core.flow.ForEach
values: "{{ trigger.rows }}"
tasks:
- id: return
type: io.kestra.plugin.core.debug.Return
format: "{{ json(taskrun.value) }}"
value: "{{ trigger.rows }}"
triggers:
- id: watch
Expand Down

0 comments on commit 4a5324d

Please sign in to comment.