Interface ElementInstanceWaitStateResult
- All Known Implementing Classes:
ElementInstanceWaitStateResultImpl
public interface ElementInstanceWaitStateResult
-
Method Summary
Modifier and TypeMethodDescriptionReturns the wait-state-specific details, ornullif absent.
-
Method Details
-
getWaitStateType
WaitStateType getWaitStateType() -
getRootProcessInstanceKey
String getRootProcessInstanceKey() -
getProcessInstanceKey
String getProcessInstanceKey() -
getElementInstanceKey
String getElementInstanceKey() -
getElementId
String getElementId() -
getElementType
WaitStateElementType getElementType() -
getTenantId
String getTenantId() -
getBpmnProcessId
String getBpmnProcessId() -
getDetails
WaitStateDetails getDetails()Returns the wait-state-specific details, ornullif absent. Resolves toJobWaitStateDetailsorMessageWaitStateDetails.
-