Interface MigrationPlanBuilder

    • Method Detail

      • mapEqualActivities

        MigrationInstructionsBuilder mapEqualActivities()
        Automatically adds a set of instructions for activities that are equivalent in both process definitions. By default, this is given if two activities are both user tasks, are on the same level of sub process, and have the same id.
      • setVariables

        MigrationPlanBuilder setVariables​(java.util.Map<java.lang.String,​?> variables)
        Parameters:
        variables - which will be set into the process instance scope after the migration
      • mapActivities

        MigrationInstructionBuilder mapActivities​(java.lang.String sourceActivityId,
                                                  java.lang.String targetActivityId)
        Adds a migration instruction that maps activity instances of the source activity (of the source process definition) to activity instances of the target activity (of the target process definition)