Closed davidstaheli closed 8 years ago
setting the result to failed will fail the task; peeking in the code, the process is actually killed when a task fails. Here's the doc on the setting the result: "If the result is Failed (1), then execution will halt."
In this code, it appears the task will succeed if the upload fails. The error handling block should return instead of continuing execution.