Package org.camunda.bpm.engine.form
Interface TaskFormData
- All Superinterfaces:
- FormData
- All Known Implementing Classes:
- TaskFormDataImpl
Specific 
FormData for completing a task.- Author:
- Tom Baeyens
- 
Method SummaryMethods inherited from interface org.camunda.bpm.engine.form.FormDatagetCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties
- 
Method Details- 
getTaskTask getTask()The task for which this form is used to complete it.
 
-