Function call
Function Call is a result of executing a data query, script, or any other function.
Data
Each function call contains the following data:
- Function
- User that triggered job execution
- Started on
- Completed on
- Status
- Runs produced as a result of executing child actions.
Access control
Connections are first-class entities in Datagrok and follow the standard access checks
whenever they are used. Common privileges
include view, edit, delete, and share. You can grant these privileges to individual users or
to groups. For more information on the access privilege model, see
privileges.
Filtering
You can use these fields to filter action runs with smart search:
| Field | Description |
|---|---|
| ID | |
| name | |
| action | Func object |
| childRuns | list of FuncCall object |
| parentRun | FuncCall object |
| status | |
| started | |
| finished | |
| createdOn | |
| updatedOn |
Macro recording
Every UI action (filtering, sorting, selecting columns, etc.) corresponds to a function call. The Console automatically logs these calls, allowing you to:
- examine which functions were triggered by UI events
- copy commands into a script or pipelines
- reproduce, audit, and debug your workflow (especially helpful for custom package functions).

See also: