Interface MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandStep2

All Known Subinterfaces:
MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandFinalStep
All Known Implementing Classes:
MigrateProcessInstanceCommandImpl
Enclosing interface:
MigrateProcessInstanceCommandStep1

public static interface MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandStep2
  • Method Details

    • addMappingInstruction

      MigrateProcessInstanceCommandStep1.MigrateProcessInstanceCommandFinalStep addMappingInstruction(String sourceElementId, String targetElementId)
      Add a GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction for the element that will be migrated and its target element id in the target process definition.
      Parameters:
      sourceElementId - the element id to migrate from
      targetElementId - the element id to migrate into
      Returns:
      the builder for this command