> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/integrations/wire-flow/getting-started.md).

# Getting Started

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.

## Accessing Wire Flow

1. Log into TilliT.
2. Click ***Wire Flow*** in the side menu.

<figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-006416e7bf1d61049a6ad73129db5542bb0e7481%2FPasted%20image%2020260414112950.png?alt=media" alt=""><figcaption></figcaption></figure>

## Creating Your First Workflow

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

<figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-9f928ccb1e5a13387dcec8adcaa92bdff31d171a%2FPasted%20image%2020260414113022.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-f6d698dc5c516a95acbd02e21c259890ac77c57f%2FPasted%20image%2020260414113151.png?alt=media" alt=""><figcaption></figcaption></figure>

| Editor Area          | Purpose                                                    |
| -------------------- | ---------------------------------------------------------- |
| **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                     |

{% hint style="info" %}
The minimum valid workflow is: **Start Event → Task → End Event**
{% endhint %}

## Basic Steps

1. A **Start Trigger** node is already on the canvas when you open a new workflow.

   <figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-ec3db5a4b9489f7cc2bb17e001c80911347be4b4%2FPasted%20image%2020260414113515.png?alt=media" alt=""><figcaption></figcaption></figure>
2. Drag a task node from the left palette onto the canvas (e.g., ***JSONata Transform***).

   <figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-c62db65d59f448379b1fc5abaf9766a82739008c%2FPasted%20image%2020260414113652.png?alt=media" alt=""><figcaption></figcaption></figure>
3. Drag an ***End Event*** node onto the canvas.

   <figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-ef96c00bfa807f4315d5faa0b848bf2ec89d4955%2FPasted%20image%2020260414113713.png?alt=media" alt=""><figcaption></figcaption></figure>
4. Connect the nodes: hover over a node until connection points appear on its edges, then drag from one node to the next.

   <figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-ecde8b38bbee8b315db0ae6390bd94b2bf96fefa%2FPasted%20image%2020260414113809.png?alt=media" alt=""><figcaption></figcaption></figure>

   <figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-1aff3a5e98778243a966076ed70f553306049700%2FPasted%20image%2020260414113839.png?alt=media" alt=""><figcaption></figcaption></figure>
5. Click a node to configure it in the **Properties Panel**. For example, enter a JSONata expression.

   <figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-2556cd7f6ed7cc25440d73e9d7f2cd062b52d469%2FPasted%20image%2020260414114200.png?alt=media" alt=""><figcaption></figcaption></figure>
6. To test the expression, click ***Edit*** to open a full code editor with live preview.

   <figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-11d9116a877f748a9ffc9136635201d7814c2899%2FPasted%20image%2020260414114336.png?alt=media" alt=""><figcaption></figcaption></figure>
7. Click ***Deploy*** and ***Go Live*** on the toolbar when ready.
