Class ModifyProcessInstanceVariableInstruction

java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.ModifyProcessInstanceVariableInstruction

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2024-10-11T17:26:39.504605721Z[GMT]", comments="Generator version: 7.8.0") public class ModifyProcessInstanceVariableInstruction extends Object
Instructions describing which variables should be created.
  • Constructor Details

    • ModifyProcessInstanceVariableInstruction

      public ModifyProcessInstanceVariableInstruction()
    • ModifyProcessInstanceVariableInstruction

      public ModifyProcessInstanceVariableInstruction(Map<String,Object> variables)
      Constructor with only required parameters
  • Method Details