def __init__()

in workflows-generator/WorkflowsGenerator.py [0:0]


    def __init__(self, workflow_config, exec_config, generate_for_pipeline, config_file ):
        self.workflow_config = workflow_config
        self.exec_config = exec_config
        self.generate_for_pipeline = generate_for_pipeline
        self.config_file = config_file
        self.workflow_template = ''
        self.level_template = ''
        self.thread_template = ''
        self.cloud_function_async_template = ''
        self.workflows_sync_template = ''
        self.cloud_function_sync_template = ''
        self.workflows_folder = "workflows-templates"