File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
docs/guides/migrating-from-camunda-7/migration-tooling/data-migrator Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ The following requirements and limitations apply:
6161| ` HISTORY_FORM_DEFINITION ` | Form definitions |
6262| ` HISTORY_PROCESS_DEFINITION ` | Process definitions |
6363| ` HISTORY_PROCESS_INSTANCE ` | Process instances |
64+ | ` HISTORY_JOB ` | Jobs |
6465| ` HISTORY_INCIDENT ` | Process incidents |
6566| ` HISTORY_VARIABLE ` | Process variables |
6667| ` HISTORY_USER_TASK ` | User tasks |
@@ -181,6 +182,7 @@ The following built-in transformers convert Camunda 7 historic entities:
181182| ` ProcessDefinitionTransformer ` | ` ProcessDefinition ` | ` ProcessDefinitionDbModel ` |
182183| ` FlowNodeTransformer ` | ` HistoricActivityInstance ` | ` FlowNodeInstanceDbModel ` |
183184| ` UserTaskTransformer ` | ` HistoricTaskInstance ` | ` UserTaskDbModel ` |
185+ | ` JobTransformer ` | ` HistoricJobLog ` | ` JobDbModel ` |
184186| ` IncidentTransformer ` | ` HistoricIncident ` | ` IncidentDbModel ` |
185187| ` VariableTransformer ` | ` HistoricVariableInstance ` | ` VariableDbModel ` |
186188| ` DecisionInstanceTransformer ` | ` HistoricDecisionInstance ` | ` DecisionInstanceDbModel ` |
You can’t perform that action at this time.
0 commit comments