Interface MigrationPlan.MigrationPlanBuilderStep1

All Known Implementing Classes:
MigrationPlanBuilderImpl
Enclosing interface:
MigrationPlan

public static interface MigrationPlan.MigrationPlanBuilderStep1
  • Method Details

    • withTargetProcessDefinitionKey

      MigrationPlan.MigrationPlanBuilderStep2 withTargetProcessDefinitionKey(long targetProcessDefinitionKey)
      Set the key of target process definition. targetProcessDefinitionKey indicates which process definition to use for the migration.
      Returns:
      the next step of the builder