Changeset 6355 for main/waeup.sirp/trunk/src/waeup/sirp/workflow.py
- Timestamp:
- 12 Jun 2011, 01:02:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/workflow.py
r6353 r6355 30 30 from zope.security.management import getInteraction 31 31 from waeup.sirp.interfaces import IWAeUPWorkflowInfo 32 33 #: A transition that is not a real transition. Use it when you want a34 #: transition that does not change the state of the connected object.35 NULL_TRANSITION = Transition(36 transition_id = '',37 title = 'No transition',38 source = None,39 condition = NullCondition,40 msg = '',41 destination = None,)42 32 43 33 class WAeUPWorkflow(Workflow):
Note: See TracChangeset for help on using the changeset viewer.