| Model
|
ExternalDependency ( externalAgent, actionId,
openDate, closeDate, remarks )
|
| Description
|
Describes a situation where work on an action is stalled
because we are waiting for some entity outside the TCC.
|
|
externalAgent
|
Who is the entity this action depends on? Relation to an
Agent. Domain: same as Agent.agentId.
|
|
actionId
|
Which action is dependent? Relation to an
Action. Domain: same as Action.actionId.
|
|
openDate
|
When did the action stall? Domain: timestamp.
|
|
closeDate
|
When did the external agent cease to stall the action?
Domain: timestamp; may be null if still stalled.
|
|
remarks
|
Space for comments about the dependency.
Domain: multiline text; may be empty.
|