Basic Workflow
Define workflows using the@hy.workflow
decorator and the >>
operator:
Parallel Execution
Run multiple tasks in parallel using list notation:Triggering Workflows
Use the.send()
method to trigger workflow execution:
.send()
:
Build DAG-based task workflows
@hy.workflow
decorator and the >>
operator:
.send()
method to trigger workflow execution:
.send()
: