public class ShowActivityWithResultTask
extends java.lang.Object
implements jadex.bpmn.model.task.ITask, java.io.Serializable
| Constructor and Description |
|---|
ShowActivityWithResultTask() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture |
cancel(jadex.bridge.IInternalAccess instance)
Compensate in case the task is canceled.
|
jadex.commons.future.IFuture<java.lang.Void> |
execute(jadex.bpmn.model.task.ITaskContext taskContext,
jadex.bridge.IInternalAccess process) |
static void |
finish(android.content.Intent intent)
Indicate that the current activity is finished.
|
public jadex.commons.future.IFuture<java.lang.Void> execute(jadex.bpmn.model.task.ITaskContext taskContext,
jadex.bridge.IInternalAccess process)
execute in interface jadex.bpmn.model.task.ITaskpublic static void finish(android.content.Intent intent)
intent - Resulting intent may contain arguments that shall be forwarded to the next BPMN task.public jadex.commons.future.IFuture cancel(jadex.bridge.IInternalAccess instance)
cancel in interface jadex.bpmn.model.task.ITask