kestra-io / plugin-fs

https://kestra.io/plugins/plugin-fs/
Apache License 2.0
6 stars 7 forks source link

Rename `allowFailed` property to `allowErrorResponse` #164

Open Ben8t opened 1 week ago

Ben8t commented 1 week ago

Feature description

The allowFailed property (that allows to receive non 200 response from API and catch status code and corresponding message without throwing task error) overlap with allowFailure which is a global task property (allow any task to be failed but continue downstream flow's tasks)

Rename proposition: allowErrorResponse or allowErrorCodeStatus