Interface TaskFormData

All Superinterfaces:
FormData

public interface TaskFormData extends FormData
Specific FormData for completing a task.
Author:
Tom Baeyens
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flowable.task.api.Task
    The task for which this form is used to complete it.

    Methods inherited from interface org.flowable.engine.form.FormData

    getDeploymentId, getFormKey, getFormProperties
  • Method Details

    • getTask

      org.flowable.task.api.Task getTask()
      The task for which this form is used to complete it.