Package com.comalatech.workflow.event
Interface TaskCompleteEvent
-
- All Superinterfaces:
TaskEvent
,WorkflowEvent
public interface TaskCompleteEvent extends WorkflowEvent, TaskEvent
This event is fired when a task is completed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Completion
getCompletion()
Retrieves the task completion-
Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent
getContent, getState
-
-
-
-
Method Detail
-
getCompletion
Completion getCompletion()
Retrieves the task completion- Returns:
- the task completion
-
-