org.camunda.bpm.engine.form
Interface TaskFormData

All Superinterfaces:
FormData
All Known Implementing Classes:
TaskFormDataImpl

public interface TaskFormData
extends FormData

Specific FormData for completing a task.

Author:
Tom Baeyens

Method Summary
 Task getTask()
          The task for which this form is used to complete it.
 
Methods inherited from interface org.camunda.bpm.engine.form.FormData
getDeploymentId, getFormFields, getFormKey, getFormProperties
 

Method Detail

getTask

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



Copyright © 2017 camunda services GmbH. All rights reserved.