Package jadex.bpmn.runtime.exttask
Interface IExternalTask
public interface IExternalTask
-
Method Summary
-
Method Details
-
execute
Execute the task.- Returns:
- To be notified, when the task has completed.
-
cancel
jadex.future.IFuture<Void> cancel()Cleanup in case the task is cancelled.- Returns:
- A future to indicate when cancellation has completed.
-