Class PatchTaskVariablesCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
org.camunda.bpm.engine.impl.cmd.PatchTaskVariablesCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class PatchTaskVariablesCmd extends AbstractPatchVariablesCmd
Patches task variables: First, applies modifications to existing variables and then deletes specified variables.
Author:
kristin.polenz@camunda.com
See Also: