Unqork documentation is available in two workspaces: UnqorkAI for the latest AI-first platform, and legacy Unqork for previous versions. Use the drop-down near the logo to switch.

Workflow 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  based on conditions.

Inclusive Gateway Split Node

Routes the workflow down or more paths simultaneously based on conditions.

Inclusive Gateway Join Node

Waits for 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 by a Task node in the Automated swimlane.

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

Displays a message or module screen to end-users in the Authenticated swimlane.

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.