Task: Read
The module searches for activities, that can be filtered by several criteria. Additionally the activities found can be stored in a file, which can be used as an exclude list for further runs of the module.
Designation
- Name
- te.Read
- Aliases
- ActivityRead
Datastreams
- Standard default: Objektname, RunID, Objekttyp, Startzeit, Status, User, Statustext
Configuration
- Optionen
- Cache found objects (
cache
) - activates the usage of a cache
- Cache size (
cache-size
) - defines the maximum number of elements stored in the cache
- Cache file (
cache-file
) - filename for the cache used to remember already listed activities
Description
The supported filter options are more than can be found in the Automic Web Interface (more details).
The activities are saved in a CSV file with the following fields:
- Object name
- RunID
- Object type
- Start time
- Status
- User name
- Status text
Structure of the CSV output file
column name | type |
---|---|
object name | object name |
RunID | int |
object type | string |
Start time | Timestamp |
Status | String |
User | User/Department |
status text | string |