Package org.camunda.bpm.engine.form
Interface TaskFormData
-
- All Superinterfaces:
FormData
- All Known Implementing Classes:
TaskFormDataImpl
public interface TaskFormData extends FormData
SpecificFormData
for completing a task.- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Task
getTask()
The task for which this form is used to complete it.-
Methods inherited from interface org.camunda.bpm.engine.form.FormData
getCamundaFormRef, getDeploymentId, getFormFields, getFormKey, getFormProperties
-
-
-
-
Method Detail
-
getTask
Task getTask()
The task for which this form is used to complete it.
-
-