For the complete documentation index, see llms.txt. This page is also available as Markdown.

Form, process, and data model identifiers

Form identifier - formInstanceNumber

  • a unique identifier of a specific request instance,

  • session variable formInstanceNumber (Request number) - Predefined session variables,

  • visible in the browser address bar as part of the URL, e.g.

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

Process instance identifier

  • the process instance identifier visible in EximeeBPMS: &#xNAN;- Instance ID in the "Information" window, - we can also add a variable via ${execution.processInstanceId} to the process, e.g. currProcessInstanceId and the process ID will be displayed in the "Variables" tab:

    Figure 1. Process instance ID as a variable (currProcessInstanceId)
  • also visible in Eximee Dashboard (Process ID) when hovering over a given task:

    Figure 2. Process instance ID in Eximee Dashboard

Data model identifier - modelInstanceId

  • visible in EximeeBPMS in the "Variables" tab under the variable named modelInstanceId:

    Figure 3. Data model ID (modelInstanceId) in EximeeBPMS

Last updated

Was this helpful?