We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa4c30 commit 10d4ef8Copy full SHA for 10d4ef8
data-migrator/core/src/main/java/io/camunda/migration/data/impl/history/migrator/IncidentMigrator.java
@@ -125,7 +125,7 @@ public Long migrateTransactionally(HistoricIncident c7Incident) {
125
}
126
127
128
- if (dbModel.jobKey() == null) {
+ if (isFailedJobIncident(c7Incident) && dbModel.jobKey() == null) { // nope, only async
129
throw new EntitySkippedException(c7Incident, SKIP_REASON_MISSING_JOB_REFERENCE);
130
131
c8Client.insertIncident(dbModel);
0 commit comments