Class ProcessInstanceCreationStartInstruction

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

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

    • ProcessInstanceCreationStartInstruction

      public ProcessInstanceCreationStartInstruction()
  • Method Details

    • elementId

      public ProcessInstanceCreationStartInstruction elementId(String elementId)
    • getElementId

      public String getElementId()
      Future extensions might include: - different types of start instructions - ability to set local variables for different flow scopes For now, however, the start instruction is implicitly a \"startBeforeElement\" instruction
      Returns:
      elementId
    • setElementId

      public void setElementId(String elementId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object