The revisions let you track differences between multiple versions of a post.

Workflow-ng default configuration

Project:Ubercart Contributions
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:active
Description
Project: 
Ubercart

Hi Lyle,
Really nice work on the integration with WF-ng. Could be nice giving for newbies some default configurations (Order checkout complete, order status changed, payment received), and set them as disabled.

Cheers,
Amitai

amitaibu@drupal.org's picture
Offline
Bug Finder
Joined: 09/08/2007
Juice: 239
Configuration example

Here's an example, let me know what you think - I can add some more.

Notice the configuration is disabled by default.

Event - checkout complete
Conditions: none
Actions:
1. Notify admin by email.
2. Change order status to processing
3. Notify user by message that order is processed.

AttachmentSize
checkout complete.txt 2.05 KB
Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Configuration example
Assigned to:amitaibu@drupal.org» Ryan

This is a great idea. Sorry it took so long to respond. I spent a couple hours on workflow issues today, adding a new action and a default configuration. I also made a type available for contributions posted in the contrib directory called "Workflow Configuration." My recommendation would be to post these sorts of configurations as contributions so others can find them easier down the road, and we'd be sure to contact you if we wanted to fold any into core.

I'll be writing documentation on workflow tomorrow, and I'll be sure to point out that configurations may be imported/exported using the Workflow UI.

Thanks for the post!