Class ChoosePlatformTask
- java.lang.Object
- 
- jadex.bpmn.examples.remoteprocess.ChoosePlatformTask
 
- 
- 
Constructor SummaryConstructors Constructor Description ChoosePlatformTask()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>cancel(IInternalAccess instance)Compensate in case the task is canceled.IFuture<java.lang.Void>execute(ITaskContext context, IInternalAccess process)Execute the task.
 
- 
- 
- 
Method Detail- 
executepublic IFuture<java.lang.Void> execute(ITaskContext context, IInternalAccess process) Execute the task.
 - 
cancelpublic IFuture<java.lang.Void> cancel(IInternalAccess instance) Compensate in case the task is canceled.
 
- 
 
-