28 'TrInfo', 'SubWorkflowExitPoint', |
28 'TrInfo', 'SubWorkflowExitPoint', |
29 )) |
29 )) |
30 |
30 |
31 SYSTEM_RELATIONS = schema.META_RTYPES | set(( |
31 SYSTEM_RELATIONS = schema.META_RTYPES | set(( |
32 # workflow related |
32 # workflow related |
33 'workflow_of', 'state_of', 'transition_of', 'initial_state', 'allowed_transition', |
33 'workflow_of', 'state_of', 'transition_of', 'initial_state', 'default_workflow', |
34 'destination_state', 'from_state', 'to_state', |
34 'allowed_transition', 'destination_state', 'from_state', 'to_state', |
35 'condition', 'subworkflow', 'subworkflow_state', 'subworkflow_exit', |
35 'condition', 'subworkflow', 'subworkflow_state', 'subworkflow_exit', |
36 'custom_workflow', 'in_state', 'wf_info_for', |
36 'custom_workflow', 'in_state', 'wf_info_for', |
37 # cwproperty |
37 # cwproperty |
38 'for_user', |
38 'for_user', |
39 # schema definition |
39 # schema definition |