Skip to content

Commit

Permalink
fix: correct the condition name (#6843)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Jan 20, 2025
1 parent 1a130da commit f5bc586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
" key: order_webhook",
" type: io.kestra.plugin.core.trigger.Webhook",
" conditions:",
" - type: io.kestra.plugin.core.condition.ExpressionCondition",
" - type: io.kestra.plugin.core.condition.Expression",
" expression: \"{{ trigger.body.customerId is defined and trigger.body.orderId is defined and trigger.body.orderType is defined }}\""
}
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
type: io.kestra.plugin.core.trigger.Webhook
key: 4wjtkzwVGBM9yKnjm3yv8r
conditions:
- type: io.kestra.plugin.core.condition.ExpressionCondition
- type: io.kestra.plugin.core.condition.Expression
expression: "{{ trigger.body.hello == 'world' }}"
""",
full = true
Expand Down

0 comments on commit f5bc586

Please sign in to comment.