public static interface IActivityService.ITaskCompletionResult
Modifier and Type | Method and Description |
---|---|
IActivityTask |
getNewTask()
Returns the newly create activity Task after the transition if
isNewTaskStarted() is true |
Long |
getSubmittedBatchID()
Returns The BatchID is
isWorkflowSubmitted() |
IPreTransitionProblemsReport |
getTransitionValidationReport()
Returns the IPreTransitionProblemsReport if completion did not
complete (
isCompleted() is false). |
boolean |
isCompleted()
Return if completeTask did complete the task.
|
boolean |
isNewTaskStarted()
Returns true if
isCompleted() if a new task was started due
to transition. |
boolean |
isWorkflowCanceled() |
boolean |
isWorkflowSubmitted()
Returns true if
isCompleted() and the completeTask was
called using a submit transition. |
boolean isCompleted()
IPreTransitionProblemsReport
IPreTransitionProblemsReport getTransitionValidationReport()
isCompleted()
is false). e.g. A pre transition
validation failed....IPreTransitionProblemsReport
or null if
transition completedboolean isWorkflowSubmitted()
isCompleted()
and the completeTask was
called using a submit transition.Long getSubmittedBatchID()
isWorkflowSubmitted()
boolean isWorkflowCanceled()
boolean isNewTaskStarted()
isCompleted()
if a new task was started due
to transition. i.e. transition was not a submit or cancel transition.IActivityTask getNewTask()
isNewTaskStarted()
is trueCopyright © 2019. All rights reserved.