Skip to main content

agenerate

AsyncMethod
This is a method of the JobWorkflowAutoGenerator class in the auto module.
Async version of generate() - Generate a job workflow YAML file.

Signature

Parameters

bool
default:"True"
Include a judge step for quality gating
bool
default:"False"
Include an approve step for human approval

Returns

str
Path to the generated workflow file

Source

View on GitHub

praisonai/auto.py at line 1932