> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding an action to a node

> We use actions to add business decisions to the **flow** or link the process to custom integrations and **plugins**.

For more information about actions, check the following section:

<Card title="Actions" href="../../building-blocks/actions" icon="file" />

### Steps for creating an action

To create an action:

<Steps>
  <Step>
    Open **FLOWX Designer** and from the **Processes** tab select **Definitions**.
  </Step>

  <Step>
    Select your **process**.
  </Step>

  <Step>
    Click the **Edit** **process** button.
  </Step>

  <Step>
    Add a new **node**/ edit an existing one.
  </Step>

  <Step>
    A few **action parameters** will need to be filled in depending on the selected action type.
  </Step>

  <Step>
    Add **an action** to the **task node**, for example **sending a Kafka event** to an integration:
  </Step>
</Steps>

* set **Address** (topic) name
* set message content to be sent
  * `{"test" : ${processInstanceId}, "title": "Test title"}`
* a custom header is always set by default to
  * `{"processInstanceId": ${processInstanceId}}`
* if you want some values to be replaced before sending them to Kafka, they should be marked as such in the action params

![](https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/flowx-designer/process_flowx_adding_an_action.gif)

<Info>
  The nodes that support actions are [task nodes](../../building-blocks/node/task-node), [user task nodes](../../building-blocks/node/user-task-node), and [send message/receive message tasks](../../building-blocks/node/message-send-received-task-node).
</Info>


## Related topics

- [FlowX.AI 5.1.2 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.2-december-2025.md)
- [FlowX.AI 4.6.0 Release Notes](/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/v4.6.0-january-2025.md)
- [FlowX.AI 5.1.1 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.1-november-2025.md)
- [FlowX.AI 5.10.0 Release Notes](/release-notes/v5.x/v5.10.0-july-2026/v5.10.0-july-2026.md)
- [FlowX.AI 5.9.2 Release Notes (LTS)](/release-notes/v5.x/v5.9.2-july-2026/v5.9.2-july-2026.md)
