Fuego.Lib : InstanceId

An instance of InstanceId stores data that identifies a specific process instance.

Each process instance includes the id predefined variable, which is an instance of InstanceId.

Example

display Instance Description: " + ProcessInstance.description +
    "\nID: " + ProcessInstance.id.id +
    "\nNumber: " + ProcessInstance.id.number +
    "\nCopy: " + ProcessInstance.id.copy +
    "\nGlobal: " + ProcessInstance.id.global +
    "\nLocal: " + ProcessInstance.id.local
Related reference
Fuego.Lib : ProcessInstance