Class SubmitTaskFormCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.SubmitTaskFormCmd
All Implemented Interfaces:
Serializable, Command<VariableMap>

public class SubmitTaskFormCmd extends Object implements Command<VariableMap>, Serializable
Author:
Tom Baeyens, Joram Barrez
See Also:
  • Field Details

    • taskId

      protected String taskId
    • properties

      protected VariableMap properties
    • returnVariables

      protected boolean returnVariables
    • deserializeValues

      protected boolean deserializeValues
  • Constructor Details

    • SubmitTaskFormCmd

      public SubmitTaskFormCmd(String taskId, Map<String,Object> properties, boolean returnVariables, boolean deserializeValues)
  • Method Details