Skip to content

Commit

Permalink
fix(docs): wrong documentation on MultipleCondition
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Aug 17, 2023
1 parent e371a78 commit db105f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/examples/flows_multiplecondition-listeners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ tasks:
format: "childs"

triggers:
- id: flow-status-conditions
type: io.kestra.core.models.conditions.types.ExecutionStatusCondition
in:
- SUCCESS
- id: multiple-listen-flow
type: io.kestra.core.models.triggers.types.Flow
conditions:
- type: io.kestra.core.models.conditions.types.ExecutionStatusCondition
in:
- SUCCESS
- id: multiple
type: io.kestra.core.models.conditions.types.MultipleCondition
window: P1D
Expand Down

1 comment on commit db105f4

@vercel
Copy link

@vercel vercel bot commented on db105f4 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io-git-main-kestra.vercel.app
kestra-io.vercel.app
kestra-io-kestra.vercel.app

Please sign in to comment.