Interface EmergencyStopTask
-
- All Known Implementing Classes:
ClusterJobEmergencyStopTask
,HadoopJobEmergencyStopTask
public interface EmergencyStopTask
This interface define a task that will executed if the execution of the workflow fail.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stop()
Execute the stop task.
-