Interface WorkflowInstance
- All Superinterfaces:
WorkflowModel
- All Known Implementing Classes:
DefaultWorkflowInstance
- Author:
- Micha Kiener, Shuyang Zhou, Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChildWorkflowInstance
(WorkflowInstance childWorkflowInstance) int
long
int
long
default boolean
isActive()
boolean
void
setParentWorkflowInstance
(WorkflowInstance parentWorkflowInstance)
-
Method Details
-
addChildWorkflowInstance
-
getChildrenWorkflowInstanceCount
int getChildrenWorkflowInstanceCount() -
getChildrenWorkflowInstances
List<WorkflowInstance> getChildrenWorkflowInstances() -
getCurrentWorkflowNodes
List<WorkflowNode> getCurrentWorkflowNodes() -
getEndDate
Date getEndDate() -
getParentWorkflowInstance
WorkflowInstance getParentWorkflowInstance() -
getParentWorkflowInstanceId
long getParentWorkflowInstanceId() -
getStartDate
Date getStartDate() -
getWorkflowContext
Map<String,Serializable> getWorkflowContext() -
getWorkflowDefinitionName
String getWorkflowDefinitionName() -
getWorkflowDefinitionVersion
int getWorkflowDefinitionVersion() -
getWorkflowInstanceId
long getWorkflowInstanceId() -
isActive
default boolean isActive() -
isComplete
boolean isComplete() -
setParentWorkflowInstance
-