Node ReferenceLogic
Logic Nodes
Logic nodes available in the Dynamiq workflow builder.
Nodes in the Logic group of the workflow builder palette.
Choice
Defines conditions based on previous node parameters to decide the next step in a workflow.
Decision Table
Matches named inputs against rows of rules and returns the outputs of the matching rows, with the rules that fired.
Rules
Checks named inputs against a list of rules and reports one finding per rule: pass, fail, warn, info, not applicable or not evaluated, with the values it read.
Judgement
Asks yes/no, choice and score questions about a record and returns calibrated answers with a confidence, judged by TypeSafe System One, an LLM or an agent.
Expression
Computes new fields from named inputs with Jinja2 expressions, the same syntax as template variables without the braces.
Sub-workflow
Runs a released version of another workflow in this project as one step and exposes its outputs.
Map
Repeats a predefined node multiple times, depending on the amount of input data.
Output
A utility node representing the output of workflow.
Note
Free-floating canvas annotation for documenting a workflow; it has no inputs, outputs, or runtime behavior.
Input
A utility node representing the input of workflow.