An abstract record type referring to any process performer.
Name (identifier) of the process performer.
Reference to a person (user of the application). The attribute name inherited from Performer is set to the person’s login name.
Unique identifier and the primary key of the person.
First name of the person.
Last name of the person.
E-mail address of the person.
Phone of the person.
True, if the person is enabled. False, if the person is disabled
An abstract record type used to commonly represent an organization role or an organization unit.
Map of the actual organization unit parameters or organization role parameters. Keys represent the parameter names, values represent the parameter values.
Set of metadata (key-value pairs) of the corresponding model element.
Reference to an organization role.
Reference to an organization unit.
A record used for representing a to-do.
Unique identifier of the to-do.
Title of the to-do.
Issue date of the to-do.
Date for finishing the to-do, whereas null is used if the to-do is not finished yet.
Name of the current execution state of the to-do. Possible values are: "ALIVE", "ACCOMPLISHED", "INTERRUPTED", and "SUSPENDED".
Reason for interruption, if the state is "Interrupted".
Identification of the corresponding task in the process model.
Identified of the parent model instance.
Identified of the person who allocated to-do. It is null, if the to-do is not allocated.
A record used for representing the data of a signal for escalating a to-do.
Unique identifier of the to-do escalation.
Description of the reason for escalation.
Name of the status of the to-do at the time of its escalation. Possible values are: "Unlocked", "Locked", "Accomplished", and "Interrupted".
Time of escalation triggering
A record used for representing the type of document.
Name of the document type.
A record used for representing a saved document.
Unique identifier of the saved document.
Parameters of the saved document.
The date when the document was saved.
If true, the saved document has been deleted. If false, the document is still saved.
An abstract record type used to commonly represent any kind of user interface (UI) definition, for instance, UI components or screen flows or any other UI kind defined in future.
A record used to specify which to-dos will be used for joining of queried records with person's to-do list (Join Todo List section in query editor).
A person of which to-dos will be used for joining.
If true, also the to-dos from substituted persons are included. If false or null, only person's own to-dos
are included.
If true, also the to-dos already allocated by other persons are included. If false or null,
only unallocated to-dos or to-dos allocated by the specified person are included.
include todos in interrupted, accomplished, suspended state
A record representing a to-do used for joining queried records with person's to-do list (Join Todo List section in query editor). The record contains information about a to-do. Instances of this record are temporary and can be used just in queries.
Unique identifier of the to-do.
Title of the to-do.
Issuing date of the to-do.
Date for finishing the to-do, whereas null is used if the to-do is not finished yet.
Name of the current execution state of the to-do. Possible values are: "ALIVE", "ACCOMPLISHED", "INTERRUPTED", and "SUSPENDED".
Reason for interruption, if the state is "Interrupted".
Identification of the corresponding task in the process model.
Identifier of the person who allocated to-do. It is null, if the to-do is not allocated.
Identified of the parent model instance.
An abstract record type used to represent any navigation.
Navigation to a document.
Type of the document to navigate to.
Parameters of the document specified as a map containing pairs parameter name - parameter value.
Navigation to a saved document.
Saved document to navigate to.
Navigation to a to-do. If the current user has no access rights for the to-do, the "no access rights" exception occurs.
To-do to navigate to.
If true, the to-do is opened in read-only mode. If false, the to-do is opened in read-write mode.
Navigation to an application page.
Code of the application page. In the Living Systems Process Application, the following codes are supported: "todoList", "documents", and "runModel". Custom applications can extend and/or change this set of codes.
Navigation to a web page given by URL.
URL of the page to navigate to.
An abstract record type used to represent any navigation in history of browsing application pages. Its concrete sub-types are created by the application and put to the navigation history.
Unique identifier of the entry in the history to navigate to.
Date when the application page was first displayed.
Title of the page from navigation history.
Navigation to a document from the navigation history.
Type of the document to navigate to.
Parameters of the document specified as a map containing pairs parameter name - parameter value.
Navigation to a saved document from the navigation history.
Saved document to navigate to.
Navigation to a to-do from the navigation history. If the current user has no access rights for the to-do, the "no access rights" exception occurs.
To-do to navigate to.
Navigation to an application page from the navigation history.
Code of the application page. In the Living Systems Process Application, the following codes are supported: "todoList", "documents", and "runModel". Custom applications can extend and/or change this set of codes.