File tree 2 files changed +2
-2
lines changed
core/src/main/java/io/kestra/plugin/core
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
" key: order_webhook" ,
65
65
" type: io.kestra.plugin.core.trigger.Webhook" ,
66
66
" conditions:" ,
67
- " - type: io.kestra.plugin.core.condition.ExpressionCondition " ,
67
+ " - type: io.kestra.plugin.core.condition.Expression " ,
68
68
" expression: \" {{ trigger.body.customerId is defined and trigger.body.orderId is defined and trigger.body.orderType is defined }}\" "
69
69
}
70
70
)
Original file line number Diff line number Diff line change 88
88
type: io.kestra.plugin.core.trigger.Webhook
89
89
key: 4wjtkzwVGBM9yKnjm3yv8r
90
90
conditions:
91
- - type: io.kestra.plugin.core.condition.ExpressionCondition
91
+ - type: io.kestra.plugin.core.condition.Expression
92
92
expression: "{{ trigger.body.hello == 'world' }}"
93
93
""" ,
94
94
full = true
You can’t perform that action at this time.
0 commit comments