View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Relations | Constraints

Parent Package: entry
Class INSTRUCTION_DETAILS


PATHABLE
   |
   +--INSTRUCTION_DETAILS

Used to record details of the Instruction causing an Action.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 activity_id : String  --  Identifier of Activity within Instruction, in the form of its archetype path. 
 instruction_id : LOCATABLE_REF  --  Id of causing Instruction. 
 wf_details : ITEM_STRUCTURE 0..1  --  Various workflow engine state details, potentially including such things as: • condition that fired to cause this Action to be done (with actual variables substituted); • list of notifications which actually occurred (with all variables substituted); • other workflow engine state. This specification does not currently define the actual structure or semantics of this field. 


Constraints
NameExpression
Activity_path_validinv: activity_id <> Void and not activity_id.is_empty 
Instruction_id_validinv: instruction_id <> Void