You are here

README.txt in Workflow 5

Same filename in this branch
  1. 5 README.txt
  2. 5 contrib/workflow_workflow_ng/README.txt
Same filename and directory in other branches
  1. 5.2 contrib/workflow_workflow_ng/README.txt
********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: Workflow Ng Workflow
Author: Jacob Singh <jacobsingh -a t- gmail.com
Drupal: 5
********************************************************************
DESCRIPTION:

This module allows you to integrate workflow and workflow_ng 
(providing you've also got the workflow_token patch applied).By 
intergating workflow and workflow_ng, you can do some powerful
workflow_ng conditions and actions to fire events based on workflow
state changes.

********************************************************************
INSTALLATION:

1. Enable the workflow module by navigating to:

     administer > build > modules

   Enable the workflow_ng_workflow

********************************************************************
GETTING STARTED:

Go to admin/build/workflow_ng.  
You'll notice that there is a new configuration enbaled called 
"Email Author when workflow state changes".
Click edit to enable it, and everytime a workflow state changes the 
node author will get a notification and a message will be displayed on the site.

Edit this workflow_ng configuration to get an idea of how to build your own.

If you have workflow_owner (http://drupal.org/project/workflow_owner) enabled,
you'll get another example config: "Send email to new state owner".

File

contrib/workflow_workflow_ng/README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: Workflow Ng Workflow
  5. Author: Jacob Singh
  6. Drupal: 5
  7. ********************************************************************
  8. DESCRIPTION:
  9. This module allows you to integrate workflow and workflow_ng
  10. (providing you've also got the workflow_token patch applied).By
  11. intergating workflow and workflow_ng, you can do some powerful
  12. workflow_ng conditions and actions to fire events based on workflow
  13. state changes.
  14. ********************************************************************
  15. INSTALLATION:
  16. 1. Enable the workflow module by navigating to:
  17. administer > build > modules
  18. Enable the workflow_ng_workflow
  19. ********************************************************************
  20. GETTING STARTED:
  21. Go to admin/build/workflow_ng.
  22. You'll notice that there is a new configuration enbaled called
  23. "Email Author when workflow state changes".
  24. Click edit to enable it, and everytime a workflow state changes the
  25. node author will get a notification and a message will be displayed on the site.
  26. Edit this workflow_ng configuration to get an idea of how to build your own.
  27. If you have workflow_owner (http://drupal.org/project/workflow_owner) enabled,
  28. you'll get another example config: "Send email to new state owner".