Support non-OK status-code in xtensions
Currently if a xtension responds with a code other than 2xx the call is considered to be a failure.
However many APIs legitimately return a status-code other than 2xx. For example if you query a service and no results are found, many APIs return 404 - "Not Found". This is a valid response and I would like to react on this response within the workflow. Many times this would result in either creating a new record (if a query returns 404) or updating an existing record (if a query returns 200).
24
votes

We’re reviewing this request internally.