Closed syepes closed 1 day ago
@tchiotludo Great, so with this implemented now are we also going to be able to use the output (status code) just like with the Request?
- id: api_down
type: io.kestra.plugin.core.http.Download
allowfailed: true
...
- id: ifError401
type: io.kestra.plugin.core.flow.If
condition: "{{ outputs.api_down.code == 401}}"
...
Feature description
It would also be very useful to have this option in the core.http.download plugin also like its possible with the Request