Skip to content

Commit 1f91dec

Browse files
Copilotyanavasileva
andcommitted
fix(history): update IncidentMigrator Javadoc to reflect job key validation
Co-authored-by: yanavasileva <26868499+yanavasileva@users.noreply.github.com>
1 parent 1d42fce commit 1f91dec

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

data-migrator/core/src/main/java/io/camunda/migration/data/impl/history/migrator/IncidentMigrator.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,14 @@ public void migrateAll() {
4949
*
5050
* <p>Skip scenarios:
5151
* <ul>
52-
* <li>Process instance key missing - skipped with {@code SKIP_REASON_MISSING_PROCESS_INSTANCE_KEY}</li>
52+
* <li>Process instance key missing - skipped with {@code SKIP_REASON_MISSING_PROCESS_INSTANCE}</li>
5353
* <li>Process definition not yet migrated - skipped with {@code SKIP_REASON_MISSING_PROCESS_DEFINITION}</li>
5454
* <li>Root process instance not yet migrated (when part of a process hierarchy) - skipped with {@code SKIP_REASON_MISSING_ROOT_PROCESS_INSTANCE}</li>
55+
* <li>Referenced job explicitly skipped - skipped with {@code SKIP_REASON_MISSING_JOB_REFERENCE}</li>
5556
* <li>Interceptor error during conversion - skipped with the exception message</li>
5657
* </ul>
5758
*
58-
* <p><strong>Note:</strong> Flow node instance and job reference validations are currently disabled
59-
* pending resolution of known issues. See code comments for details.
60-
*
6159
* @param c7Incident the historic incident from Camunda 7 to be migrated
62-
* @throws EntityInterceptorException if an error occurs during entity conversion (handled internally, entity marked as skipped)
6360
*/
6461
@Override
6562
public Long migrateTransactionally(HistoricIncident c7Incident) {

0 commit comments

Comments
 (0)