Class SubmitFormVariablesInvocation

java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation

public class SubmitFormVariablesInvocation extends DelegateInvocation
Author:
Roman Smirnov
  • Field Details

    • formHandler

      protected FormHandler formHandler
    • properties

      protected org.camunda.bpm.engine.variable.VariableMap properties
    • variableScope

      protected VariableScope variableScope
  • Constructor Details

    • SubmitFormVariablesInvocation

      public SubmitFormVariablesInvocation(FormHandler formHandler, org.camunda.bpm.engine.variable.VariableMap properties, VariableScope variableScope)
  • Method Details