Uses of Interface
org.camunda.bpm.engine.migration.MigrationInstructionBuilder
-
Uses of MigrationInstructionBuilder in org.camunda.bpm.engine.impl.migration
Modifier and TypeMethodDescriptionMigrationPlanBuilderImpl.mapActivities
(String sourceActivityId, String targetActivityId) MigrationPlanBuilderImpl.updateEventTrigger()
-
Uses of MigrationInstructionBuilder in org.camunda.bpm.engine.migration
Modifier and TypeMethodDescriptionMigrationPlanBuilder.mapActivities
(String sourceActivityId, 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)MigrationInstructionBuilder.updateEventTrigger()
If the current instruction maps between event-receiving flow nodes that rely on a persistent event trigger, this method can be used to determine whether the event trigger should be updated during migration