Class ProcessInstanceModificationMoveInstruction

java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceModificationMoveInstruction

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.23.0") public class ProcessInstanceModificationMoveInstruction extends Object
Instruction describing a move operation. This instruction will terminate active element instances based on the sourceElementInstruction and activate a new element instance for each terminated one at targetElementId. Note that, for multi-instance activities, only the multi-instance body instances will activate new element instances at the target id.