Hello,

I was doing some testing on the profile generator, and I was wondering if you had any plans to include support for workflows and actions --

Thanks for getting this out there --

Cheers,

Bill

Comments

Shiny’s picture

by actions, do you mean the new trigger/actions feature in Drupal 6?

bonobo’s picture

No -- I mean custom workflow states and actions as defined by the D5 versions of the actions and workflow modules --

Your module is great, and I love the config options you have already included -- generating workflow states, transitions, and the rules about what roles can make what transitions is a somewhat time consuming task, with many common options being repeated across sites. Having these options be included in an install profile would be very handy --

Thanks for looking at this, and for taking the time to respond.

Cheers,

Bill

Shiny’s picture

Status: Active » Closed (fixed)

i recommend instead using the Install profile API for that.
http://drupal.org/project/install_profile_api

They have a better approach than the simple version in here.

bonobo’s picture

See here.