org.camunda.bpm.engine.form
Interface StartFormData

All Superinterfaces:
FormData
All Known Implementing Classes:
StartFormDataImpl

public interface StartFormData
extends FormData

Specific FormData for starting a new process instance.

Author:
Tom Baeyens

Method Summary
 ProcessDefinition getProcessDefinition()
          The process definition for which this form is starting a new process instance
 
Methods inherited from interface org.camunda.bpm.engine.form.FormData
getDeploymentId, getFormFields, getFormKey, getFormProperties
 

Method Detail

getProcessDefinition

ProcessDefinition getProcessDefinition()
The process definition for which this form is starting a new process instance



Copyright © 2017 camunda services GmbH. All rights reserved.