Background
When we move the Drupal 7 workflow information from the old site to the new site we need to keep the information intact and accurate. To do this, we need a plan which will account for:
Consideration | Challenges | Ideas |
---|---|---|
User Accounts Should Be The Same |
| |
Date / Times Should Be The Same |
|
|
Workflow Action Notes Should Be The Same |
|
|
If we import the data into the new site, but continue to use the old site for a bit longer, we should also have a plan to keep the audit/decision information synced between the two. |
| |
If direct drupal Migration is not an option |
|
|
Comparison of Migration Options
Option 1: Find Script on Internet | Option 2: Write a script ourselves using Drupal Migration Code | Option 3: Write a script ourselves using direct database calls | Option 4: Hand migrate | |
---|---|---|---|---|
Description | On the basis of research on the internet, there is no direct way available to migrate workflow and rules directly from Drupal 7 to Drupal 8. I have also tried multiple options to migrate it's the general process. So I wanted to tell you that we need to work on another option like manual import or create a custom script to migrate it. | |||
Workflow Rules | ||||
Pros | ||||
Cons | ||||
Data | ||||
Pros | ||||
Cons | ||||
Notes |