> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/logika-biznesowa/przeplywy/akcje-nawigacyjne.md).

# Navigation actions

{% hint style="info" %}
Availability of functionality depends on the license and may not be available in all deployments.
{% endhint %}

There is the possibility of defining a redirect to the specified address, after certain conditions are met.

## Adding an action <a href="#akcjenawigacyjne-dodanieakcji" id="akcjenawigacyjne-dodanieakcji"></a>

After clicking the button **Add action** at the top of the section above the other actions (if there were any already in the application), an empty row is added, in which we first select the action type.

Available events:

* **FORWARD TO THE NEXT PAGE** (PAGE\_CHANGE\_FORWARD)
* **BACK TO THE PREVIOUS PAGE** (PAGE\_CHANGE\_BACKWARD)
* **APPLICATION SAVE** (FORM\_SAVE).

The redirect to the indicated address is provided in the field **Redirect link**. The event will occur after the condition contained in the field **Add condition**.

<figure><img src="/files/476de6ac10796d7ba685e7945bb26bce599c84a9" alt=""><figcaption><p><em><strong>Figure 1.</strong></em> <em>Row for defining a new action</em></p></figcaption></figure>

In the link given in the field **Redirect link** you can insert dynamic values coming from application components (e.g. session variables). To use a component value, enter its **id** contained in **${}**.

{% hint style="info" %}
Only the first redirect will be executed (according to the order in the table) that meets the required condition.
{% endhint %}

<figure><img src="/files/0c16e93374af87f6f64eedba9f6974c394d89668" alt=""><figcaption><p><em><strong>Figure 2.</strong></em> <em>Example of a conditional action on application save</em></p></figcaption></figure>

### Redirect to a user task in the EximeeBPMS process

Navigation actions also allow redirecting the user directly to a task associated with a specific process in Eximee BPMS, using a dedicated system address.

This address has the form:

```
/process/${processInstanceId}
```

<figure><img src="/files/bb5f95270b4b9728cad2e07077bc9114f0dc4844" alt=""><figcaption><p><em><strong>Figure 3.</strong></em> <em>Navigation action for taking up a user task</em></p></figcaption></figure>

where ${processInstanceId} is the identifier of the process instance in EximeeBPMS.

After calling the system address:

* the system verifies whether the user has access to tasks in the given process,
* automatically finds the active user task,
* redirects the user directly to the form attached to that task.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/logika-biznesowa/przeplywy/akcje-nawigacyjne.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
