Runnable: Find Unused
The module helps finding unused runnable objects. They will be identified by counting the number of executions. If there is no execution or at maximum one execution that is older than a given number of days the object is unused. The results are stored in a file in CSV format.
Designation
- Name
- ana.FindUnused
- Aliases
- RunnableFindUnused
Configuration
- Optionen
- Days without a run (
days
) - If there has been any run it must be at least that many days in the past.
Description
The following information is included:
- Object name
- Folder
- Start time (if a statistics record exists)
Structure of the CSV output file
Column name | Type |
---|---|
object name | object name |
folder | folder structure |
start time | timestamp or string |
Special features
-
*Start time
If the object was executed, the timestamp of the last execution is listed here. If the object has not yet been executed, never is listed.