It will be great being able of exporting a Maestro workflow template as a feature.

One needed thing for making this integration easier would be avoiding auto numerical sequential ids and using machine names instead for the Maestro templates.

Otherwise, this process will be more complex and will require uuid or alike.

Comments

penyaskito’s picture

Title: Features integration » [meta] Features integration
sukr_s’s picture

The dev version of http://drupal.org/project/maestro_initiator supports features integration for export/import of workflow with features.

_randy’s picture

@sukr_s:

The features export handles all of the proper task pointers? That is, pointing one task to the next from the template? What about notifications?

sukr_s’s picture

@_randy: I've not implemented any code to generate the exports. I use the same function which the export form of maestro uses. I've just wrapped it with additional semantics that is needed for features.

sukr_s’s picture

@_randy: while continuing to use the core export function, I've now added support for exporting notification assignments.