Hey guys!

1 - I have to export many nodes from one Drupal installation to another Drupal installation. For this, I am using Node Export module (https://www.drupal.org/project/node_export), that do almost all job that I need. But, when I export the nodes, the workflow transitions existing on each one of them does not export together.

2 - What do I have to do in order to the nodes, when exported with Node Export, come to another Drupal installation with all workflow history of transitions and the current state of it?

3 - PS: The two Drupal installations have the same users (and IDS), the same workflows. I just can't import the node together with the workflow transition history (that can be viewed in 'node/[nid]/workflow').

Thanks!

Comments

WorldFallz’s picture

node_export probably doesn't handle the workflow transitions which belong to the workflow module, not the nodes.

Keeping all the ids and relationships correct is going to be pretty tricky. You might be able to use feeds to do it, but i'm not sure workflow transitions are entities. Other than that the only thing I can think of if the migrate module.

spyout98’s picture

Do you know some patch that can help me with this? Or a module (or a collection of modules) that can do it for me?

WorldFallz’s picture

As i said above, you could try the feeds or migrate modules.