File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
data-migrator/core/src/main/java/io/camunda/migration/data/impl/history/migrator Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments