You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Element NameTransition
Parent ElementsWorkflowDef
Element XPath(s)

/ODM/Study/MetaDataVersion/Protocol/WorkflowDef/Transition 

Element Textual ValueNone
AttributesOID, Name, SourceOID, TargetOID, StartConditionOID, EndConditionOID
Child ElementsNone
Usage/Business Rules
  • Business Rule(s):
    • When SourceOID and TargetOID are the same, the Branching element must also be used to represent "repeat until" activities.
      • Note this case represents a loop or repetition of the structural element.

AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rule(s)
OIDoidRequiredUnique identifier for the Transition element.
  • The Transition/@OID values must be unique within a study.
NamenameRequiredHuman readable name for the transition between two structural elements in a WorkflowDef element.
  • The Transition/@Name must be unique within a study.
SourceOIDoidref Required

References the definition of the source structural element for the transition. The structural element may beStudyEventGroupDef, StudyEventDef, ItemGroupDef, ItemDef, or Branching element.

  • The SourceOID must match the OID attribute of a StudyEventGroupDef, StudyEventDef, ItemGroupDef, ItemDef or Branching child element of the MetaDataVersion parent element of the WorkflowDef.
TargetOIDoidrefRequired

References the definition of the target structural element for the transition.  The structural element may beStudyEventGroupDef, StudyEventDef, ItemGroupDef, ItemDef, or Branching element.

The latter will be used when there is a branching definition necessary as a result of the transition.

  • The TargetOID must match the OID attribute of a StudyEventGroupDef, StudyEventDef, ItemGroupDef, ItemDef or Branching child element of the MetaDataVersion parent element of the WorkflowDef.
StartConditionOIDoidrefOptionalThe StartConditionOID references a ConditionDef specifying a condition that must be met for the transition to start. For example, if the source structural element is a StudyEventGroupDef describing the activities for study screening and the target structural element is a StudyEventGroupDef describing study enrollment, the ConditionDef referenced by the StartConditionOID specifies the criteria that must be met for a subject to transition from screening to enrollment.
  • The StartConditionOID must match the OID attribute of a ConditionDef child element of the MetaDataVersion parent element of the WorkflowDef.
EndConditionOIDoidrefOptionalThe EndConditionOID references a ConditionDef defining the condition under which the transition can be completed. As long as the condition is not met, the transition to the next actitivity or event must be considered to be temporary blocked. When the target structural element can be considered to be a "visit," the condition can be regarded as a visit entry criterion.
  • The EndConditionOID must match the OID attribute of a ConditionDef child element of the MetaDataVersion parent element of the WorkflowDef.

A Transition defines a link between two structural elements in a workflow where there is no branch.

The SourceOID references the definition of the source structural element for the transition. This can be a StudyEventGroupDef, StudyEventDef, ItemGroupDef, or ItemDef element.

The TargetOID references the definition of the target  structural element of the transition. This can be a StudyEventGroupDef, StudyEventDef, ItemGroupDef, or ItemDef element.

The StartConditionOID references a ConditionDef specifying a condition that must be met for the transition to start. For example  if the source structural element is a StudyEventGroupDef describing the activities for study screening, and the target structural element is a StudyEventGroupDef describing study enrollment,  the ConditionDef referenced by the StartConditionOID specify the criteria that must be met for a subject to transiton from Screening to Enrollment.

The EndConditionOID references a ConditionDef defining the condition under which the transition can be completed. As long as the condition is not met, the transition to the next actitivity or event must be considered to be temporary blocked. When the target structural element can be considered to be a "visit", the condition can be regarded as a visit entry criterion.

When the execution of the transition is depending on a timing constraint that is either directly defined or calculated, a TransitionTimingConstraint must be defined and referencing the current Transition. ODM2DEV-76 - Getting issue details... STATUS

  • No labels