Class: WorkflowRef

The WorkflowRef references a workflow definition

URI: odm:WorkflowRef

erDiagram
WorkflowRef {

}
WorkflowDef {
    oid OID  
    nameType name  
}
Branching {
    oid OID  
    nameType name  
    BranchingType type  
}
Transition {
    oid OID  
    nameType name  
    string sourceOID  
    string targetOID  
}
WorkflowEnd {
    string endOID  
    text content  
}
WorkflowStart {
    string startOID  
}
Description {

}

WorkflowRef ||--|| WorkflowDef : "workflowOID"
WorkflowDef ||--|o Description : "description"
WorkflowDef ||--|o WorkflowStart : "workflowStart"
WorkflowDef ||--}o WorkflowEnd : "workflowEnd"
WorkflowDef ||--}o Transition : "transition"
WorkflowDef ||--}o Branching : "branching"
Branching ||--}o TargetTransition : "targetTransition"
Branching ||--}o DefaultTransition : "defaultTransition"
Transition ||--|o ConditionDef : "startConditionOID"
Transition ||--|o ConditionDef : "endConditionOID"
Description ||--}o TranslatedText : "translatedText"

Slots

Name Cardinality* and Range Description Inheritance
workflowOID 1..1
WorkflowDef
Reference to a WorkflowDef direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
StudyEventGroupDef workflowRef range WorkflowRef
StudyEventDef workflowRef range WorkflowRef
ItemGroupDef workflowRef range WorkflowRef
Protocol workflowRef range WorkflowRef
StudyStructure workflowRef range WorkflowRef
Arm workflowRef range WorkflowRef

See Also

Identifier and Mapping Information

Schema Source

  • from schema: http://www.cdisc.org/ns/odm/v2.0

Mappings

Mapping Type Mapped Value
self odm:WorkflowRef
native odm:WorkflowRef

LinkML Source

Direct

name: WorkflowRef
description: The WorkflowRef references a workflow definition
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/WorkflowRef
rank: 1000
slots:
- workflowOID
slot_usage:
  workflowOID:
    name: workflowOID
    description: Reference to a WorkflowDef
    comments:
    - 'Required

      range: oidref

      Must match the OID of a WorkflowDef child element of this MetaDataVersion.'
    domain_of:
    - WorkflowRef
    range: WorkflowDef
    required: true
class_uri: odm:WorkflowRef

Induced

name: WorkflowRef
description: The WorkflowRef references a workflow definition
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/WorkflowRef
rank: 1000
slot_usage:
  workflowOID:
    name: workflowOID
    description: Reference to a WorkflowDef
    comments:
    - 'Required

      range: oidref

      Must match the OID of a WorkflowDef child element of this MetaDataVersion.'
    domain_of:
    - WorkflowRef
    range: WorkflowDef
    required: true
attributes:
  workflowOID:
    name: workflowOID
    description: Reference to a WorkflowDef
    comments:
    - 'Required

      range: oidref

      Must match the OID of a WorkflowDef child element of this MetaDataVersion.'
    from_schema: http://www.cdisc.org/ns/odm/v2.0
    rank: 1000
    alias: workflowOID
    owner: WorkflowRef
    domain_of:
    - WorkflowRef
    range: WorkflowDef
    required: true
class_uri: odm:WorkflowRef