Package io.camunda.client.api.command
Interface MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandStep2
- All Known Subinterfaces:
MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandFinalStep
- All Known Implementing Classes:
MigrateProcessInstanceCommandImpl
- Enclosing interface:
MigrateProcessInstanceCommandStep1
public static interface MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionaddMappingInstruction(String sourceElementId, String targetElementId) Add aGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstructionfor the element that will be migrated and its target element id in the target process definition.
-
Method Details
-
addMappingInstruction
MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandFinalStep addMappingInstruction(String sourceElementId, String targetElementId) Add aGatewayOuterClass.MigrateProcessInstanceRequest.MappingInstructionfor the element that will be migrated and its target element id in the target process definition.- Parameters:
sourceElementId- the element id to migrate fromtargetElementId- the element id to migrate into- Returns:
- the builder for this command
-