@kristofdho For the JavaFX tasks, it's up to the author to implement the cancel. Take a look at the javadocs of the Task class. For example, if you have a sequence of three RESTful web service calls in the body of a Task, you should check the isCancelled flag in the overridden call() method.