> ## 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.

# Execute action

> This endpoint executes an action within a specific process runtime.

## Base URL

* Always prepend the endpoint with the correct Base URL.
* For different environments (like staging or production), switch the base URL accordingly.

## Request Headers

<ParamField header="Authorization" type="string" required={true}>
  Bearer token required for authentication. Format: `Bearer <token>`.
</ParamField>

## Path Parameters

<ParamField path="processUuid" type="string" required placeholder="123e4567-e89b-12d3-a456-426614174000">
  The unique identifier of the process instance.
</ParamField>

<ParamField path="tokenUuid" type="string" required placeholder="987e6543-e21b-34d5-b678-526614175999">
  The unique identifier of the runtime token.
</ParamField>

<ParamField path="uiActionFlowxUuid" type="string" required placeholder="456e1234-e78b-56d9-c234-726615176888">
  The unique identifier of the UI action to execute.
</ParamField>

## Response fields

<ResponseField name="tokenUuid" type="string" example="513c5426-b9dd-41be-ba66-c36fdb8dda6c">
  The unique identifier of the token associated with the process.
</ResponseField>

<ResponseField name="currentNodeId" type="integer" example="1182789">
  The ID of the current node in the process execution flow.
</ResponseField>

<ResponseField name="templatesSequence" type="null">
  Reserved for future use. Currently always `null`.
</ResponseField>

<ResponseField name="backAction" type="boolean" example="false">
  Indicates whether a back action is triggered. Default is `false`.
</ResponseField>

<ResponseField name="resetToken" type="boolean" example="false">
  Indicates whether the token should be reset. Default is `false`.
</ResponseField>


## Related topics

- [Android SDK](/4.6.0/sdks/android-renderer.md)
- [FlowX.AI 5.5.0 Release Notes](/release-notes/v5.x/v5.5.0-february-2026/v5.5.0-february-2026.md)
- [FlowX.AI Audit](/4.6.0/docs/platform-deep-dive/core-extensions/audit.md)
- [FlowX.AI 5.3.0 Release Notes](/release-notes/v5.x/v5.3.0-december-2025/v5.3.0-december-2025.md)
- [UI actions](/4.6.0/docs/building-blocks/ui-designer/ui-actions.md)
