Object: References in Processes
To find objects referenced in processes this module can be used. It reads the processes and searches for objects used in Automation Engine script functions. The module is able to identify object references that are constructed using script variables. This requires that the variables are defined in the same script.
Designation
- Name
- ana.ReferencesInProcesses
- Aliases
- ReferencesInProcesses, ObjectReferencesInProcesses
Datastreams
- Standard default: Counter, Objektname, Ordner, referenced object, matching line
Configuration
- Optionen
- Ausgabe
- Save b4A Object List (
save-objects
) - Saves the processed objects in a b4A object file
- Save b4A Object Variable (
save-objects-vara
) - Saves the processed objects in the given variable object
- Save objects processed successfully only (
save-success-only
) - A object is only written to the file if the processing was successful
- Append processed objects to existing file/variable (
save-append
) - if the file/variable already exists the new objects will be appended
- Output file (
csv-file
) - Filename of the output file in CSV format
- show in tabular view (
cvs-show
) - Additionally to the file in CSV format the result is shown in a table
- CSV file mode (
csv-mode
) - The mode 'overwrite' will overwrite existing files and the with 'append' the new data will be appended to existing filesMögliche Werte: Overwrite (
overwrite
), Append (append
)
Structure of the CSV output file
Column name | Type |
---|---|
object name | object name |
Folder | Folder structure |
referenced object | object name |
row found | string |