When the Break processing on failure option is not selected, if the action fails to send the web request, it will log an error to the Diagnostics Console, set the last execution result to S_FALSE and continue executing the rest of the actions/rules in the task list.
When the Break processing on failure option is selected and the action fails to send the web request, it will also log an error to the Diagnostics Console, but will break the task list execution.