Touchstone Re 2022 Database Reference
tActivityOutput Table
AIRProject Database : tActivityOutput Table
Description

Stores the identifier, status, and the file path for the output of each activity.

An activity can include one or more tasks. Consequently, an activity output is a logical grouping of one or more task outputs.

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the activity record.

For a complete list of records, see tActivity Table.

int4   
Primary Key System-generated identifier for the activity output  record.int4   
 Name of the activity output.varchar255   
 

Code that represents the status of the activity's output.

For a complete list of codes, see tActivityOutputStatus Table.

varchar10   
 

Code that represents the conditions upon which the activity output is accessible by clients.

For a complete list of codes, see tActivityOutputAggregation Table

tinyint1   
 

Reserved for future use.

Path to the output file.

varchar1000  
Objects that depend on tActivityOutput
 Database ObjectObject TypeDescriptionDep Level
tActivityOutputDetail tabletActivityOutputDetailTable

Stores information about the task outputs of each activity output.

The application writes to the table during each task.

3
Objects that tActivityOutput depends on
 Database ObjectObject TypeDescriptionDep Level
tActivity tabletActivityTable

Stores information about each activity, including the unique sequential identifiers for analyses and activities.

You can use the information in the table to find analysis results.

1
tAnalysis tabletAnalysisTableStores information about each analysis.1
tExposureSet tabletExposureSetTableStores exposure set information from each exposure database on the server.3
See Also

Related Objects

AIRProject Database