mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
Add a new `inputs` property to the Webhook trigger, allowing input data to be passed to the triggered flow. If no inputs are defined on the trigger, the flow will not receive any inputs, even if some have default values. This behavior ensures backward compatibility with how the Webhook trigger currently works.