Getting Started
How to access Wire Flow and create your first workflow in TilliT.
Last updated
How to access Wire Flow and create your first workflow in TilliT.
This page walks you through accessing Wire Flow and building your first workflow.
Log into TilliT.
Click Wire Flow in the side menu.

On the Workflow List page, click + New Workflow.
Enter a name and choose EXPRESS or STANDARD.
The editor opens with an empty canvas containing two nodes — Start and End.


Toolbar
Rename workflow, toggle type, view executions, deploy
Canvas
Drag nodes from the left palette, connect them with arrows
Properties Panel
Configure the selected node's settings
The minimum valid workflow is: Start Event → Task → End Event
A Start Trigger node is already on the canvas when you open a new workflow.

Drag a task node from the left palette onto the canvas (e.g., JSONata Transform).

Drag an End Event node onto the canvas.

Connect the nodes: hover over a node until connection points appear on its edges, then drag from one node to the next.


Click a node to configure it in the Properties Panel. For example, enter a JSONata expression.

To test the expression, click Edit to open a full code editor with live preview.

Click Deploy and Go Live on the toolbar when ready.
Last updated