Documentation Index

Fetch the complete documentation index at: https://docs.unqork.io/llms.txt

Use this file to discover all available pages before exploring further.

Workflow Builder Node Reference

Prev Next

This page lists all available Workflow Builder nodes organized by category. Select a node to view its full documentation.

Start Events

Node Description
Start Node Default entry point for a workflow.
Timer Start Node Starts a workflow on a timer schedule (relative, exact, or cron).
Signal Start Node Starts a workflow when a specific platform event fires, like module save or app promotion.

End Events

Node Description
End Node Terminates the workflow and optionally redirects end-users.

Tasks

Node Description
Task Node Executes a module as a Service, Script, or User task.

Gateways

Node Description
Exclusive Gateway Node Routes the workflow down one path based on conditions.
Inclusive Gateway Split Node Routes the workflow down one or more paths simultaneously based on conditions.
Inclusive Gateway Join Node Waits for one or more active paths to complete before continuing.
Parallel Gateway Split Node Splits the workflow into multiple simultaneous paths.
Parallel Gateway Join Node Waits for all parallel paths to complete before continuing.

Intermediate Events

Node Description
Conditional Event Node branches the workflow based on conditions evaluated at runtime.
Error Node Catches errors thrown in a subprocess.
Message Node Sends a message (email or SMS) to a recipient.
Timed Event Node Fires actions (like sending a message or moving to a new task) after a specified duration.
Timer Node Pauses the workflow for a specified duration before continuing.
Signal Node Sends a signal to trigger a Signal Start node in another workflow.

Flow Control

Node Description
Handoff Node Transfers the current submission to a different workflow.

Structure

Node Description
Sub-Process Node Groups a set of nodes into a reusable, collapsible container.

Changelog

Date Change
Initial publication.