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.
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