|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessInstance
Represents one execution of a ProcessDefinition.
| Method Summary | |
|---|---|
String |
getBusinessKey()
The business key of this process instance. |
String |
getCaseInstanceId()
The id of the case instance associated with this process instance. |
String |
getProcessDefinitionId()
The id of the process definition of the process instance. |
boolean |
isSuspended()
returns true if the process instance is suspended |
| Methods inherited from interface org.camunda.bpm.engine.runtime.Execution |
|---|
getId, getProcessInstanceId, getTenantId, isEnded |
| Method Detail |
|---|
String getProcessDefinitionId()
String getBusinessKey()
String getCaseInstanceId()
boolean isSuspended()
isSuspended in interface Execution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||