set_default_missing_parameters_in_workflow ensure all parameters are present by filling the gaps
     
    
    Usage
    set_default_missing_parameters_in_workflow(workflow_obj, silent = F)
 
    
    Arguments
- workflow_obj
- A workflow object containing all parameters describing the flow required 
- silent
- ensure that the action happens without any warning sent to the standard output 
 
    
    Value
    the workflow object along with the added parameters that were missing.
     
    
    Details
    A function to add default values for missing parameters in the user-defined workflow.
     
    
    Examples
    # my_workflow <- ai_workflow() |> set_default_missing_parameters_in_workflow()