Docflow

Coaster provides versions of the main Docflow classes where workflow exceptions map to HTTP 403 Forbidden (via werkzeug.exceptions.Forbidden).

class coaster.docflow.WorkflowState(value, title=u'', description=u'')[source]

State in a workflow.

class coaster.docflow.WorkflowStateGroup(value, title=u'', description=u'')[source]

Group of states in a workflow. The value parameter is a list of value tokens or WorklowState instances.

class coaster.docflow.DocumentWorkflow(document, context=None)[source]

Base class for document workflows.

Related Topics

This Page