Complete reference for the Kubiya Workflow DSL
.description(desc: str)
.runner(name: str)
.env(**variables)
.params(**parameters)
.schedule(cron: str)
.timeout(seconds: int)
.step(name: str, command: str)
.parallel_steps(name: str, items: list, command: str, max_concurrent: int = None)
.sub_workflow(name: str, workflow: str, params: dict = None)