Enum RestartProcessInstanceModificationInstructionDto.TypeEnum

java.lang.Object
java.lang.Enum<RestartProcessInstanceModificationInstructionDto.TypeEnum>
org.camunda.community.rest.client.dto.RestartProcessInstanceModificationInstructionDto.TypeEnum
All Implemented Interfaces:
Serializable, Comparable<RestartProcessInstanceModificationInstructionDto.TypeEnum>, java.lang.constant.Constable
Enclosing class:
RestartProcessInstanceModificationInstructionDto

public static enum RestartProcessInstanceModificationInstructionDto.TypeEnum extends Enum<RestartProcessInstanceModificationInstructionDto.TypeEnum>
**Mandatory**. One of the following values: `startBeforeActivity`, `startAfterActivity`, `startTransition`. * A `startBeforeActivity` instruction requests to enter a given activity. * A `startAfterActivity` instruction requests to execute the single outgoing sequence flow of a given activity. * A `startTransition` instruction requests to execute a specific sequence flow.