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.)
Related content
- ArchGenXML 1.x- Getting started
- ArchGenXML is a code-generator for CMF/Plone applications (Products) based on the Archetypes framework. It parses UML models in XMI-Format (.xmi, .zargo, .zuml), created with applications such as ArgoUML, Poseidon or ObjectDomain. This tutorial will help you get started developing applications with the aid of ArchGenXML. Please note ArchGenXML 1.x is not supported any longer and should be used only to maintain existing projects. If you're starting a new project, use ArchGenXML 2 instead.
Clarification requested
Just mentioning .metadata is hardly enough.