> 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/zarzadzanie-aplikacja-biznesowa/testowanie-i-debugowanie-aplikacji/audyt-aplikacji-biznesowej/identyfikatory-formularza-procesu-i-modelu-danych.md).

# Identyfikatory formularza, procesu i modelu danych

## Identyfikator formularza - formInstanceNumber <a href="#identyfikatoryformularza-procesuimodeludanych-identyfikatorformularza-forminstancenumber" id="identyfikatoryformularza-procesuimodeludanych-identyfikatorformularza-forminstancenumber"></a>

* unikalny identyfikator konkretnej instancji wniosku,
* zmienna sesyjna **formInstanceNumber** (Numer wniosku) **-** [Predefiniowane zmienne sesyjne](/budowanie-aplikacji/interfejs-uzytkownika/formularze/zmienne-sesyjne/predefiniowane-zmienne-sesyjne.md),
* widoczny w pasku adresu przeglądarki jako część URL, np.

```
https://flame-dev-consdata-virtual-bank-eximee.k8s.consdata.local/?stkn=CON013202509090935276#/contactForm;page=Page1
```

## Identyfikator instancji procesu <a href="#identyfikatoryformularza-procesuimodeludanych-identyfikatorinstancjiprocesu" id="identyfikatoryformularza-procesuimodeludanych-identyfikatorinstancjiprocesu"></a>

* widoczny w EximeeBPMS identyfikator instancji procesu:\
  \&#xNAN;**- Instance ID** w oknie "Information",\
  \- możemy również dodać zmienną poprzez ${execution.processInstanceId} do procesu np. **currProcessInstanceId** i id procesu zostanie wyświetlone w zakładce "Variables":\ <br>

  <figure><img src="/files/AdXdX1Jo9gV0s64QGOw6" alt=""><figcaption><p><em><strong>Ilustracja 1.</strong> Id instancji procesu jako zmienna (currProcessInstanceId)</em></p></figcaption></figure>
* widoczny również w Eximee Dashboard (Id procesu) po najechaniu myszą na dane zadanie:\ <br>

  <figure><img src="/files/BrmlyKFbQU9GEYkd9KLn" alt=""><figcaption><p><em><strong>Ilustracja 2.</strong> Id instancji procesu w Eximee Dashboard</em></p></figcaption></figure>

## Identyfikator modelu danych - **modelInstanceId** <a href="#identyfikatoryformularza-procesuimodeludanych-identyfikatormodeludanych-modelinstanceid" id="identyfikatoryformularza-procesuimodeludanych-identyfikatormodeludanych-modelinstanceid"></a>

* widoczny w EximeeBPMS w zakładce "Variables" pod zmienną o nazwie **modelInstanceId**:

  <figure><img src="/files/tux3PbWUe8lDpPlXYcnA" alt=""><figcaption><p><em><strong>Ilustracja 3.</strong> Id modelu danych (modelInstanceId) w EximeeBPMS</em></p></figcaption></figure>


---

# 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/zarzadzanie-aplikacja-biznesowa/testowanie-i-debugowanie-aplikacji/audyt-aplikacji-biznesowej/identyfikatory-formularza-procesu-i-modelu-danych.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.
