def __init__(self):
     # Specify the workflow name:
     Backend.__init__(self, theflowname)
 def __init__(self): 
     # Specify the workflow name:       
     Backend.__init__(self, theflowname)  
 def __init__(self): 
     Backend.__init__(self, theflowname, dashboard=True);
Exemplo n.º 4
0
 def __init__(self):
     Backend.__init__(self, theflowname, dashboard=True)