WorkflowDefinitionImporter
class WorkflowDefinitionImporter (View source)
Workflow definition import-specific logic.
WorkflowDefinitionExporter.
Methods
                    public                                                                            
                
                                
                    getImportedWorkflows($name = null)
        
                                            
                
            Generates an array of WorkflowTemplate Objects of all uploaded workflows.
                    public                                                                            
                
                    array
                
                                
                    parseYAMLImport(string $source)
        
                                            
                
            Handles finding and parsing YAML input as a string or from the contents of a file.
Details
        
                            WorkflowTemplate|WorkflowTemplate[]
    getImportedWorkflows($name = null)
        
    
    Generates an array of WorkflowTemplate Objects of all uploaded workflows.
        
                            array
    parseYAMLImport(string $source)
        
    
    Handles finding and parsing YAML input as a string or from the contents of a file.