workflow_features_fix

Component ID

2493673

Component name

workflow_features_fix

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Exporting workflows using features is currently a little broken. It uses serial IDs in the exported code, but entities normally won't be re-imported with the same ID!

This module overrides the features functionality of workflow, so that it uses machine names everywhere. I recommend using it with this patch, so that your fields export using machine names as well.

Note that I do not export any of the workflownode-specific data, this module only works with workflowfield as far as I know.