You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: