Package org.flowable.engine.form
Interface StartFormData
- All Superinterfaces:
FormData
Specific
FormData
for starting a new process instance.- Author:
- Tom Baeyens
-
Method Summary
Modifier and TypeMethodDescriptionThe process definition for which this form is starting a new process instanceMethods inherited from interface org.flowable.engine.form.FormData
getDeploymentId, getFormKey, getFormProperties
-
Method Details
-
getProcessDefinition
ProcessDefinition getProcessDefinition()The process definition for which this form is starting a new process instance
-