Administration tools
The window allows you to execute many advanced operations in Designer Studio. You can access them from the Designer Studio toolbar.
Search logs
The window allows you to search for logs using an SQL query and additionally filter the results.
1. Query
A field to insert an SQL query that downloads process change logs. The logs are stored in a database connected with Designer Studio (by default, this is the BPS_Content database visible in the Designer Studio status bar).
The default query is:
SELECT * FROM WFActionExecutions Where LOG_ACTID =
By inserting an appropriate ID (e.g. an action ID) and clicking the Get data button you will get a full query result.
2. Additional filter
It is possible to put an additional filter to narrow down the results through an SQL condition.
You can narrow down query results only to the logs that were created after 10th May 2021:
LOG_TSInsert > '2021-05-10'
.