Class ProcessInstanceModificationMoveBatchOperationInstruction

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.23.0") public class ProcessInstanceModificationMoveBatchOperationInstruction extends Object
Instructions describing a move operation. This instruction will terminate all active element instances at `sourceElementId` and activate a new element instance for each terminated one at `targetElementId`. The new element instances are created in the parent scope of the source element instances.