public interface ProcessElementInstance
A ProcessElementInstance is an instance of a process construct
such as an Activity (see ActivityInstance
) or a transition
(see TransitionInstance
).
Modifier and Type | Method and Description |
---|---|
String |
getId()
The id of the process element instance
|
String |
getParentActivityInstanceId()
The id of the parent activity instance.
|
String |
getProcessDefinitionId()
the process definition id
|
String |
getProcessInstanceId()
the id of the process instance this process element is part of
|
String getId()
String getParentActivityInstanceId()
String getProcessDefinitionId()
String getProcessInstanceId()
Copyright © 2015. All rights reserved.