Creating Workflows in Plone
This Tutorial applies to:
Any version.
This Tutorial is intended for:
Site Administrators, Integrators, Customizers
jonstahl
All content on one page (useful for printing, presentation mode etc.)
- 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.
see also:
-
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.
DCWorkflowGraph
Laurence
Worklists
Laurence
Clarification requested
I would like to request more details on how I can provide proxy roles for workflow scripts located on filesystem.
Just mentioning .metadata is hardly enough.