Package com.orchestranetworks.workflow
Class WaitTaskResumeResult
java.lang.Object
com.orchestranetworks.workflow.WaitTaskResumeResult
Represents the result after resuming a wait task.
After resuming a wait task, a
WaitTaskResumeResult is returned to specify:
- the workflow associated to the resumed wait task,
- if the resuming has failed,
- the error reason is the resuming has failed.
- Since:
- 5.6.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates the reason of a resumption failure. -
Method Summary
Modifier and TypeMethodDescriptionReturns the error reason if the resumption has failed.final ProcessInstanceReturns the workflow associated with the resumed wait task.final booleanReturnstrueif the resumption has failed.
-
Method Details
-
getProcessInstance
Returns the workflow associated with the resumed wait task. -
hasFailed
public final boolean hasFailed()Returnstrueif the resumption has failed.- See Also:
-
getErrorReason
Returns the error reason if the resumption has failed.- See Also:
-