Skip to content

Commit

Permalink
Merge pull request #18 from shrutimantri/deprecateEachSequential
Browse files Browse the repository at this point in the history
feat: replace EachSequential with ForEach
  • Loading branch information
wrussell1999 authored Nov 18, 2024
2 parents 8a19e69 + 4a5324d commit 9d4225a
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 9d4225a

Please sign in to comment.