📄️ Switch
Learn how the Switch task performs conditional branching and executes different tasks based on evaluated conditions.
📄️ Do While
Learn how the Do While task repeatedly executes a sequence of tasks while a specified condition remains true.
📄️ Wait
Learn how the Wait task pauses workflow execution until a specified condition or event occurs.
📄️ Dynamic
Learn how the Dynamic task selects and executes a registered task at runtime based on workflow data.
📄️ Set Variable
Learn how the Set Variable task creates or updates workflow variables during workflow execution.
📄️ Sub Workflow
Learn how the Sub Workflow task runs another workflow as part of the current workflow execution.
📄️ Terminate Workflow
Learn how the Terminate Workflow task terminates another workflow execution from the current workflow.
📄️ Terminate
Learn how the Terminate task stops the current workflow execution.
📄️ Fork/Join
Learn how the Fork/Join task runs multiple tasks in parallel using predefined forks.
📄️ Dynamic Fork
Learn how the Dynamic Fork task runs tasks in parallel with the number of branches determined at runtime.
📄️ Join
Learn how the Join task waits for parallel tasks created by Fork or Dynamic Fork to complete before continuing.
📄️ Start Workflow
Learn how the Start Workflow task triggers another workflow execution from the current workflow.
📄️ Human
Learn how the Human task pauses a workflow to collect user input through forms or approvals.
📄️ Get Workflow
Learn how the Get Workflow task retrieves details of a workflow execution using its workflow ID.
📄️ Yield
Learn how the Yield task temporarily pauses workflow execution and returns control to the caller.