Exemplo n.º 1
0
 def workflow(self):
     return get_workflow(self)
Exemplo n.º 2
0
    def has_workflow(self):
        """Returns the workflow currently assigned to this Item"""
        from workflows.utils import get_workflow

        w = get_workflow(self)
        return w("name")
Exemplo n.º 3
0
 def workflow(self):
     return get_workflow(self)