i
Monitored Actions
The actions monitored by the connection icon are as follows:
Module |
Action performed by the user |
Endpoint recorded during the action |
Detail |
---|---|---|---|
Processes |
Show a case |
SLCase |
It is recorded when showing the case. |
Create case |
SLProcessDispatcher
SLGenericDocumentCreateConf |
It is recorded when starting the first case activity.
It is recorded when creating the case. |
|
Show a case activity |
SLFileShow |
It is recorded when showing the case activity. |
|
Execute activity of a case |
MoveActivity
SLGenericDocumentUpdateConf
SLMovShortcut |
It is recorded whether the activity is executed from the last tasks buttons, or from the tasks grid.
It is recorded from the execution of the activity.
It is recorded from the execution of the activity if the participant changes in the following one. |
|
My Tasks |
tasks?search=userCode=eq:<IDUSUARIO>&page-number=1 |
It is recorded when consulting my tasks. Example with user AFARIAS: tasks?search=userCode=eq:AFARIAS&page-number=1. |
|
My cases |
cases?search=cdUser=eq:<IDUSUARIO>&sort=-dtInitiated&page-number=1&per-page=20&description=dtInitiated,dtInit,dtEnded,dtExpiredDesc&embed=responsible,dtExpiredDesc |
It is recorded when showing my cases. Example with user AFARIAS: cases?search=cdUser=eq:AFARIAS&sort=-dtInitiated&page-number=1&per-page=20&description=dtInitiated,dtInit,dtEnded,dtExpiredDesc&embed=responsible,dtExpiredDesc. |
|
Forms / Entities |
Show the grid |
/forms/<IDFORMULARIO>/grid |
It is recorded by showing the form grid. Example with Vacation Request form in the Global application: /forms/GLOBAL_VACATREQUEST/grid. |
Uploads filters from a grid |
/forms/<IDFORMULARIO>/operations/ |
It is recorded when uploading the grid filters. Example with the Vacation Request form in the Global application: /forms/GLOBAL_VACATREQUEST/operations. |
|
Create an instance |
SLGenericDocumentCreate
SLGenericDocumentCreateConf
|
It is registered when displaying the editable (data-free) interface of the new instance.
It is registered when pressing the "Accept" button. |
|
Modify an instance |
SLGenericDocumentUpdate
SLGenericDocumentUpdateConf |
It is registered when displaying the interface with editable data.
It is registered when pressing the "Accept" button. |
|
Show an instance |
SLGenericDocumentShow |
It is recorded when showing the form instance. |
|
Delete an instance |
SLGenericDocumentDelete
SLGenericDocumentDeleteFinal |
It is registered when displaying the interface with data of the instance to be deleted.
It is registered when pressing the "Delete" button. |
|
Pages |
Execute |
SLPage |
It is recorded when the page is executed. |
Related Fields |
/pages/field-relation |
It is recorded when displaying a related field. |
|
Related attribute |
/pages/related-attr |
It is recorded when displaying a related atribute. |
|
Widget |
Show |
/components/<IDWIDGET> |
It is recorded when showing the widget. Example with a widget: /components/17f5d0-d4e0-c0b-8ce4-3fa8ca41e66e. |
Dashboard |
Show |
Dashboards/<IDDASHBOARD> |
It is recorded when showing the dashboard. Example with a dashboard on the home panel: dashboard/6080e29f37ea4a3b9493007bd60dc294.
|
Rules |
Execution |
/rules/<RULE-VERSION>/execute |
It is recorded when the rule is executed. Example with the calculateCost rule: /rules/calculateCost-v1/execute. |
Reports |
Showing of reports |
/reports |
It is recorded when showing reports. |
Generate a report |
/reports/<IDREPORT>/execute |
It is recorded when generating a report. Example with a report: /reports/c514c0-87bc-6ece-4408-e6b336abf7b2/execute. |
The chat and modeler actions are not included in the current version.
Example
The following example shows the execution details of user "AFARIAS".
2024-07-29T11:47:59.561Z | SLGenericDocumentCreateConf | AFARIAS | 152.170.205.5 | 1985 | 351 | 200 2024-07-29T11:47:48.169Z | SLProcessDispatcher | AFARIAS | 152.170.205.5 | 934 | 593 | 200 2024-07-29T11:46:17.860Z | /forms/GLOBAL_ACCOUNT153185517/operations/ | AFARIAS | 152.170.205.5 | 54 | 59 | 200 2024-07-29T11:46:17.859Z | /forms/GLOBAL_ACCOUNT153185517/grid | AFARIAS | 152.170.205.5 | 200 | 51 | 200 2024-07-29T11:46:12.473Z | SLGenericDocumentCreateConf | AFARIAS | 152.170.205.5 | 934 | 360 | 200 2024-07-29T11:46:03.847Z | SLGenericDocumentCreateConf | AFARIAS | 152.170.205.5 | 525 | 1371 | 200 |
The format of each row is:
Start Date and Time | Function | User | IP | Server Time | Traffic Time | State
The following actions are performed:
ŸCreate a new form instance (SLGenericDocumentCreate and SLGenericDocumentCreateConf)
ŸShow the respective grid (/forms/GLOBAL_ACCOUNT153185517/grid and /forms/GLOBAL_ACCOUNT153185517/operations)
ŸStart a case (SLProcessDispatcher and SLGenericDocumentCreateConf)