CMF Placeful Workflow
Category: Workflow
—
Other products by this author
Current release: CMF Placeful Workflow 1.3.1
Released Apr 21, 2008 — tested with Plone 3.1
A CMF/Plone product for locally changing the workflow of content types
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Release roadmap for CMF Placeful Workflow…
Project Description
- Project resources
Please note that this product is included with Plone. Don't install a new version unless you know that it's a good idea.
For Plone 2.5 look at 1.0.x releases.
For Plone 3.0 look at 1.2.x releases.
For Plone 3.1 look at 1.3.x releases.
CMFPlacefulWorkflow: A Plone product that allows you to define workflow policies that define content type to workflow mappings that can be applied in any sub-folder of your Plone site.
When you access the root of your site, you will see a new action in the workflow state drop-down menu called "policy". Click on the "policy" link.
The next page will let you add a policy to your folder by clicking on the "Add Workflow policy" link. Click on "Add Workflow policy".
Now you have a workflow policy in your site, and you can set the workflow policies for this folder and below.
We didn't add workflow policies yet, so you don't have the choice between different workflow policies, but the default workflow policy will be taken both for the folder and below.
Let's define a new workflow policy. Access the "Plone Setup" and click on "Placeful Workflow" in the "Add-on Product Configuration" section.
Enter the name "my_policy" in the "New policy" field, and click on "add".
Now you have a new policy for which you can enter the title "My policy" and the description "This is my policy". Change the workflow for the content type "Folder" from "folder_workflow" to plone_workflow", and click on "Save". Now all your content types should use the "plone_workflow".
Now we want to test the new workflow policy for "Folders" at the root of our site. At the root of our site, select the "policy" link in the workflow state drop-down menu.
Select "My policy" for "In this Folder" and "Below this Folder" and click on "save".
Let's add a Folder to see whether the new workflow policy is taken into account. Go to the root of your site and select "Folder" from the "add new item" drop-down list. Enter the id "myfolder", the title "My folder" and the description "This is my folder", and click on "save".
Now, when you access the "state" drop-down list, you will see that you have the possibility to "submit" the folder. The submit transition only exists in the "plone_workflow", and is absent from the "folder_workflow", which proves that the workflow policy we have chosen is used for the "Folder" content type.
Let's go one step further and add a new folder inside of "My folder". After having added the new folder, you should also find the "submit" transition at your disposition.
Now it would be interesting to change the workflow policy setting in the Plone site. Let's first change the workflow policy for "Below this Folder" to "Default Policy". You will find that the second folder does not more have the "submit" transition.
You can add an additional workflow policy in the first folder, which assigns the "My policy" for "In this Folder", so the second folder will once again have the "submit" transition.