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 Summary
Methods inherited from interface org.camunda.bpm.engine.form.FormData
getCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties
-
Method Details
-
getTask
Task getTask()The task for which this form is used to complete it.
-