Table Description
IEG Execution State: Stores state information about the execution of an IEG script.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::IntelligentEvidenceGathering::Entity::IEGExecutionState
Controlling File: IntelligentEvidenceGathering\model\IntelligentEvidenceGathering.emx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
executionIDkeynoThe identifier for a script execution.IEG_EXECUTION_ID SVR_INT64
scriptIDdetailsyesThe id of the script being executed.IEG_SCRIPT_ID SVR_STRING<100>
typedetailsyesThe type of script being executed.IEG_USERDEFINIED_TYPE SVR_STRING<128>
scriptVersiondetailsyesThe version number of the script being executed.IEG_SCRIPT_VERSION SVR_STRING<50>
executionXMLdetails State information about the execution of the script.IEG_EXECUTION_XMLDATA SVR_STRING<1048576>
scriptCompleteddetails Script completed indicator.IEG_SCRIPT_COMPLETED_IND SVR_BOOLEAN
Foreign Keys (8)
ChildParent
IEGExecutionState.scriptIDIEGScriptInfo.scriptID
Application.iegExecutionIDIEGExecutionState.executionID
AssessmentInstance.iegExecutionIDIEGExecutionState.executionID
AssessmentInstance.answerIEGExecutionIDIEGExecutionState.executionID
DeterminationQuestionnaire.iegExecutionIDIEGExecutionState.executionID
ParticipantLifeEvent.iegExecutionIDIEGExecutionState.executionID
ParticipantScreening.iegExecutionIDIEGExecutionState.executionID
TriageExecution.iegExecutionIDIEGExecutionState.executionID
Indices (3)
Index NameAttributes
IND_903892257scriptID
IND__1744027979type
IND_34931826scriptVersion
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readAllnkreadmulti Reads all the execution records held on the database. 
countExecutingByScriptKeyns  SQL
Related Pages (17)