# 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](https://docs.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/zmienne-sesyjne/predefiniowane-zmienne-sesyjne),
* 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="https://1082717226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2FzLCBO2emIzHDpLMjBlEe%2Fimage.png?alt=media&#x26;token=3f745d92-ab81-4bdd-8d20-9478b74d336e" 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="https://1082717226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2FfTyeqAeX8fn8oAPw5PV4%2Fimage.png?alt=media&#x26;token=a106abb5-f1ef-4bf4-822c-53ce7390dde8" 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="https://1082717226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2FPVaNHcZ5LKawM6ZmilLH%2Fimage.png?alt=media&#x26;token=94027f3b-b291-484c-b2fc-3ef6d3854141" alt=""><figcaption><p><em><strong>Ilustracja 3.</strong> Id modelu danych (modelInstanceId) w EximeeBPMS</em></p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.eximee.com/zarzadzanie-aplikacja-biznesowa/testowanie-i-debugowanie-aplikacji/audyt-aplikacji-biznesowej/identyfikatory-formularza-procesu-i-modelu-danych.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
