Package org.camunda.bpm.engine.form
Interface StartFormData
- All Superinterfaces:
- FormData
- All Known Implementing Classes:
- StartFormDataImpl
Specific 
FormData for starting a new process instance.- Author:
- Tom Baeyens
- 
Method SummaryModifier and TypeMethodDescriptionThe process definition for which this form is starting a new process instanceMethods inherited from interface org.camunda.bpm.engine.form.FormDatagetCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties
- 
Method Details- 
getProcessDefinitionProcessDefinition getProcessDefinition()The process definition for which this form is starting a new process instance
 
-