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
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 withallowFailure
which is a global task property (allow any task to be failed but continue downstream flow's tasks)Rename proposition:
allowErrorResponse
orallowErrorCodeStatus