Package com.comalatech.workflow.event
Interface TaskCompleteEvent
- All Superinterfaces:
com.atlassian.confluence.event.events.content.Contented
,TaskEvent
,WorkflowEvent
This event is fired when a task is completed
-
Method Summary
Methods inherited from interface com.atlassian.confluence.event.events.content.Contented
getContent
Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent
getState
-
Method Details
-
getCompletion
Completion getCompletion()Retrieves the task completion- Returns:
- the task completion
-