Flow controls
Subflow
Starts a new job as a sub-flow of the current job. Output of the sub-flow job is the output of the task.
Starts a new job as a sub-flow of the current job. Output of the sub-flow job is the output of the task.
Type: subflow/v1
Parallel
Run collection of tasks in parallel, without waiting until the previous function has completed.
Expressions
Expressions in ByteChef provide a powerful way to dynamically access, transform, and manipulate data within your workflows. They allow you to reference data from previous steps, perform calculations, implement conditional logic, and create dynamic configurations for your automation processes.