Skip to main content

Content workflow for repoze.bfg

Project description

repoze.workflow

repoze.workflow is a state machine and associated configuration system useful for workflow-like applications. Refer to docs/index.rst or the online docs for further information.

repoze.workflow Changelog

0.5 (2009-08-27)

  • Major overhaul. Older “statemachine” workflows still work, but are deprecated. Workflow declarations may now be performed via ZCML. Documentation overhauled to reflect this fact.

0.4 (2009-06-24)

  • 100% test coverage.

  • Allow add method to accept arbitrary keyword arguments. These keyword arguments are now passed as **kw to transition functions as well as before_transition and after_transition. This allows arbitrary metadata (such as security and UI information) to be associated with a transition.

  • The transitions method now returns all transitions, including “catch-all” transitions (transitions with a transition_id of None).

  • Add transition_info method to state machine, which

0.3 (2009-04-10)

  • Removed mutable default arguments, to avoid polluting one state machine’s states when adding to another.

0.2 (2009-02-20)

  • Initial release. Updated README.txt and removed remnants from repoze package template.

0.1

  • Unreleased

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repoze.workflow-0.5.tar.gz (37.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page