diff -r cce343c7d18a -r 1d2c7b3adc39 devtools/__init__.py --- a/devtools/__init__.py Tue Feb 09 12:55:08 2010 +0100 +++ b/devtools/__init__.py Tue Feb 09 13:45:05 2010 +0100 @@ -31,8 +31,9 @@ SYSTEM_RELATIONS = schema.META_RTYPES | set(( # workflow related 'workflow_of', 'state_of', 'transition_of', 'initial_state', 'allowed_transition', - 'destination_state', 'in_state', 'wf_info_for', 'from_state', 'to_state', + 'destination_state', 'from_state', 'to_state', 'condition', 'subworkflow', 'subworkflow_state', 'subworkflow_exit', + 'custom_workflow', 'in_state', 'wf_info_for', # cwproperty 'for_user', # schema definition