📄️ Workflow
Directed Acyclic Graph (DAG)
📄️ Tasks and Dispatchers
Task
📄️ Executor
Overview
📄️ Context and Parameter Mapping
Context
📄️ Flow Control
Rill Flow supports dynamic control of the workflow execution path during its runtime, similar to control statements in programming.
📄️ Workflow Reference
In Rill Flow, a workflow can reference another pre-defined workflow within its definition. This allows for the reuse of processes and enables the referenced workflow to act as a task within the current workflow.This would result in a process replication and would allow another defined workflow to be implemented as a task node of the current workflow.