示例#1
0
 def __init__(self, config):
     """Initialises workflow.
        Arguments:
            config: WfmgrConfig object with wfeng config
     """
     self.display = []
     self.precheck = []
     self.execute = []
     self.postcheck = []
     self.config = config
     self.taskmgr = FabricTaskManager()
     self.name = ""