Workflow

In CMF, the “workflow tool” allows developers to design state machines which imply transition between content states.

Pyramid itself has no such concept, but the repoze.workflow package provides a simple state machine implementation that can act as a barebones workflow tool. See its documentation for more information.

Previous topic

Actions

Next topic

Missing Comparisons