|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessDefinition
An object structure representing an executable process composed of
activities and transitions.
Business processes are often created with graphical editors that store the
process definition in certain file format. These files can be added to a
Deployment artifact, such as for example a Business Archive (.bar)
file.
At deploy time, the engine will then parse the process definition files to an
executable instance of this class, that can be used to start a ProcessInstance.
| Method Summary | |
|---|---|
String |
getDescription()
description of this process |
boolean |
hasStartFormKey()
Does this process definition has a start form key. |
boolean |
isSuspended()
Returns true if the process definition is in suspended state. |
| Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinition |
|---|
getCategory, getDeploymentId, getDiagramResourceName, getId, getKey, getName, getResourceName, getTenantId, getVersion |
| Method Detail |
|---|
String getDescription()
boolean hasStartFormKey()
start form key.
boolean isSuspended()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||