Enum ProcessInstanceModificationInstructionDto.TypeEnum

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

public static enum ProcessInstanceModificationInstructionDto.TypeEnum extends Enum<ProcessInstanceModificationInstructionDto.TypeEnum>
**Mandatory**. One of the following values: `cancel`, `startBeforeActivity`, `startAfterActivity`, `startTransition`. * A cancel instruction requests cancellation of a single activity instance or all instances of one activity. * 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.