示例#1
0
 def __init__(self, *args, **kwargs):
     DBWorkflowExec.__init__(self, *args, **kwargs)
示例#2
0
 def do_copy(self, new_ids=False, id_scope=None, id_remap=None):
     cp = DBWorkflowExec.do_copy(self, new_ids, id_scope, id_remap)
     cp.__class__ = WorkflowExec
     return cp
 def do_copy(self):
     cp = DBWorkflowExec.__copy__(self)
     cp.__class__ = WorkflowExec
     return cp