Dashboard in Expression Language
Jump to navigation
Jump to search
In QPR ProcessAnalyzer, diagram can be used to create user-defined business process and architecture designs. The diagram is a drawing canvas where elements can be added from a tool palette and relation between them defined. Each diagram belongs to the model in QPR ProcessAnalyzer and there can be several diagrams in each model.
Dashboard properties
Dashboard objects in the expression language have the following properties:
Property | Description |
---|---|
Diagram functions
Diagram objects in the expression language have the functions described below. To create new diagrams, use function Model.CreateDiagram(), and to list existing diagram, use property Model.Diagrams.
Function | Parameters | Description |
---|---|---|
Function to get diagram by dashboard id:
Function | Parameters | Description |
---|---|---|
DashboardById |
|
Returns diagram object corresponding to the provided diagram id. |