Skip to content

Commit 0f5872b

Browse files
committed
chore(migration): add async job support
1 parent d05d064 commit 0f5872b

File tree

1 file changed

+23
-15
lines changed
  • docs/guides/migrating-from-camunda-7/migration-tooling/data-migrator

1 file changed

+23
-15
lines changed

docs/guides/migrating-from-camunda-7/migration-tooling/data-migrator/limitations.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -494,13 +494,13 @@ The following limitations apply:
494494

495495
| Property | Can be migrated |
496496
| ------------------------ | --------------- |
497-
| jobKey | No |
497+
| jobKey | Yes |
498498
| type | No |
499-
| worker | No |
500-
| state | No |
501-
| kind | No |
502-
| listenerEventType | No |
503-
| retries | No |
499+
| worker | Yes |
500+
| state | Yes\* |
501+
| kind | Yes\* |
502+
| listenerEventType | Yes\* |
503+
| retries | No\* |
504504
| isDenied | No |
505505
| deniedReason | No |
506506
| hasFailedWithRetriesLeft | No |
@@ -510,17 +510,25 @@ The following limitations apply:
510510
| customHeaders | No |
511511
| deadline | No |
512512
| endTime | No |
513-
| processDefinitionId | No |
514-
| processDefinitionKey | No |
515-
| processInstanceKey | No |
516-
| rootProcessInstanceKey | No |
517-
| elementId | No |
518-
| elementInstanceKey | No |
519-
| tenantId | No |
520-
| partitionId | No |
521-
| creationTime | No |
513+
| processDefinitionId | Yes |
514+
| processDefinitionKey | Yes |
515+
| processInstanceKey | Yes |
516+
| rootProcessInstanceKey | Yes |
517+
| elementId | Yes |
518+
| elementInstanceKey | Yes |
519+
| tenantId | Yes |
520+
| partitionId | Yes |
521+
| creationTime | Yes |
522522
| lastUpdateTime | No |
523523

524+
Only Camunda 7 jobs of type async continuation are migrated to Camunda 8. Further limitations:
525+
526+
- `state` is set to `COMPLETED` for all migrated jobs.
527+
- `kind` is set to `BPMN_ELEMENT` for all migrated jobs.
528+
- `listenerEventType` is set to `UNSPECIFIED` for all migrated jobs.
529+
- `retries` is set to `0` for all migrated jobs.
530+
- `elementInstanceKey` is not populated for jobs related to flow nodes in waiting state with `asyncBefore` configuration.
531+
524532
### Job metrics batch
525533

526534
| Property | Can be migrated |

0 commit comments

Comments
 (0)