RiskNodes Data Flow Overview

flowchart TD
    A[Build Surveys] --> |Publish| X
    A --> |Publish| Y

    
    X(Vendor A) e1@--> |Submit| G[Aggregate & Analyse]
    e1@{ animate: true }

    Y(Vendor B)  e2@--> |Submit| G
    e2@{ animate: true }

    DF(Data Feeds) e6@--> |Pull| J
    e6@{ animate: true }

    G --> J{Mappings}

    J --> C[Data Documents]
    C e3@-->|Generate| D[Risk Rating PDF]
    e3@{ animate: true }

    C e4@-->|Update| E[Vendor Profile]
    e4@{ animate: true}

    C e5@-->|Webhooks| F[External Integrations]
    e5@{ animate: true }