Skip to content

Importer process flowchart

Kiah Stroud edited this page May 30, 2024 · 1 revision
flowchart LR
    I([Importer])
    P{Parser}
    E1[Entry]
    E2[Entry]
    SRJ[Schedule relationships job]
    RJ1[Relationship job]
    RJ2[Relationship job]
    OF1[ObjectFactory]
    OF2[ObjectFactory]
    A1[Hyrax logic]
    A2[Hyrax logic]
    J1[Background job]
    J2[Background job]
    J3[Background job]
    J4[Background job]
    R1([Record created])
    R2([Record created])
    I --> P
    P --> SRJ
    SRJ --> RJ1
    SRJ --> RJ2
    P --> E1
    E1 --> OF1
    OF1 --> A1
    A1 --> J1
    A1 --> J2
    J1 --> R1
    J2 --> R1
    P --> E2
    E2 --> OF2
    OF2 --> A2
    A2 --> J3
    A2 --> J4
    J3 --> R2
    J4 --> R2
    style R1 stroke:#f66,stroke-width:2px
    style R2 stroke:#f66,stroke-width:2px
    style I stroke:#0f0,stroke-width:2px
    style P stroke:yellow
Loading
Clone this wiki locally