Task and Condition Nodes

Task and Condition nodes are used to add human review and decision-making logic to automated workflows. They allow your workflow to pause for manual verification (Task) or branch based on certain criteria (Condition).


Task Node

A Task node creates a manual or system-assigned task during the workflow, often used for checks, approvals, or reviews.


Key Fields in the Task Node

Field
Description

Task Type

The kind of task to create.

Task Priority

Defines urgency: LOW, MEDIUM, or HIGH.

Entity Reference

Links the task to a specific record (e.g., employee, case, request).

Input Variables

Dynamic data passed from earlier nodes

Task Description

The message or instructions shown to the reviewer.


Condition Node

A Condition node evaluates one or more logical statements and routes the workflow accordingly, for example, “If this variable is true, go this way; otherwise, go that way.”

Key Fields in the Condition Node

Field
Description

Input Variables

Variables available for logic checks

Variable

The specific variable to check

Operator

The condition to apply

Last updated