Configure blocks
Customize block properties and their behavior.
Overview
Blocks are individual steps of workflows, with configurable properties and exit nodes. Properties control the block's behavior and appearance, while exit nodes define the paths users take after interacting with the block.
Block name and description
Every block includes a name and description. The name is displayed in the workflow, while the description can be used to provide additional context about the block.
Block properties
Block properties define a block's behavior and appearance. Access these properties in the block edit panel. Hover over a property name to view additional details, such as description, key, and type.
Exit nodes
Exit nodes are transitions triggered by user interactions with a block. To configure:
- Click the
+
button beside the node key. - Select the destination block(s) to connect.
Users can transition to multiple blocks. If no exit nodes are connected, the workflow halts at the current block.
Each exit node can transition to multiple blocks. If no blocks are connected, the user instance stops at the current block. However, the workflows may continue if user is currently in other blocks.
Block positioning
You can drag and drop blocks within the workflow editor to adjust their visual layout. Note that position changes do not affect block functionality.
Removing a block
To remove a block:
- Click the
•••
menu in the block's edit panel. - Select Delete block.
This removes the block and disconnects all associated paths.
Last updated on