public interface ProcessDefinition extends ResourceDefinition
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.| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
description of this process 
 | 
String | 
getVersionTag()
Version tag of the process definition. 
 | 
boolean | 
hasStartFormKey()
Does this process definition has a  
start form key. | 
boolean | 
isSuspended()
Returns true if the process definition is in suspended state. 
 | 
getCategory, getDeploymentId, getDiagramResourceName, getId, getKey, getName, getResourceName, getTenantId, getVersionString getDescription()
boolean hasStartFormKey()
start form key.boolean isSuspended()
String getVersionTag()
Copyright © 2017. All rights reserved.