I wanted to reach out and share my experiences with workflow and features. Looks like there is a bug in a situation
features_install_modules($modules);
This does not actually trigger
$saved = workflow_update_workflows_full_object($workflow);
I wanted to reach out and share my experiences with workflow and features. Looks like there is a bug in a situation
features_install_modules($modules);
This does not actually trigger
$saved = workflow_update_workflows_full_object($workflow);
Comments
Comment #1
chriscalip commentedThat's where $module is the feature module generated by features on a workflow export..
Comment #2
jpoesen commentedDuplicate of #1589254: Workflows not imported with Features
Comment #3
johnv