Creating Workflows in Plone
This documentation explains the purpose of the DCWorkflow product and how to make use of it. DCWorkflow is a CMF Product for Zope, and Plone's workflows are built using it.
- Introduction Credits. What is workflow? Basic concepts of workflow.
- Defining Workflow States Using workflow states you can add state to your content that is specific to your business process.
- Defining Transitions Transitions are changes between workflow states.
- Defining Variables A variable is a piece of information that transcends states. Most variables are persistent. A variable might hold a counter, a flag, the name of the last user who did some action, or any other simple object.
- Defining Worklists and Scripts Worklists add links to users' actions box when there are items in a certain state. Scripts perform actions when users execute specific transitions.
- Defining Permissions Permissions control who can do what in a workflow.
- Workflow Expressions You can use TALES expressions in workflow definitions.
All content on one page (useful for printing, presentation mode etc.)