schemas/workflow.py
changeset 3433 401ea5e03e9d
parent 3303 f961392e7517
child 3503 06bced8edddf
equal deleted inserted replaced
3432:12fe502e5044 3433:401ea5e03e9d
   162     permissions = META_RTYPE_PERMS
   162     permissions = META_RTYPE_PERMS
   163 
   163 
   164 class state_of(RelationType):
   164 class state_of(RelationType):
   165     """link a state to one or more workflow"""
   165     """link a state to one or more workflow"""
   166     permissions = META_RTYPE_PERMS
   166     permissions = META_RTYPE_PERMS
       
   167     inlined = True
   167 
   168 
   168 class transition_of(RelationType):
   169 class transition_of(RelationType):
   169     """link a transition to one or more workflow"""
   170     """link a transition to one or more workflow"""
   170     permissions = META_RTYPE_PERMS
   171     permissions = META_RTYPE_PERMS
       
   172     inlined = True
   171 
   173 
   172 class subworkflow(RelationType):
   174 class subworkflow(RelationType):
   173     """link a transition to one or more workflow"""
   175     """link a transition to one or more workflow"""
   174     permissions = META_RTYPE_PERMS
   176     permissions = META_RTYPE_PERMS
   175     inlined = True
   177     inlined = True