Skip to main content

merge_with_existing_workflow

Method
This is a method of the WorkflowAutoGenerator class in the auto module.
Merge new workflow data with existing workflow file.

Signature

def merge_with_existing_workflow(new_data: Dict) -> Dict

Parameters

new_data
Dict
required
The new workflow data to merge

Returns

Returns
Dict
Merged workflow data

Source

View on GitHub

praisonai/auto.py at line 1155