Skip to content

Artifacts Flows

Inventory load flow

sequenceDiagram
    participant UI as IflowPopup
    participant API as artifact endpoint
    participant DATA as flow and artifact tables
    UI->>API: GET artifact inventory
    API->>DATA: Read stored tenant artifacts
    API-->>UI: Return inventory rows

Detail action flow

sequenceDiagram
    participant U as User
    participant UI as IflowPopup
    participant API as iflow endpoints
    U->>UI: Open metadata, history, compare, SVG, or where-used
    UI->>API: Call action-specific endpoint
    API-->>UI: Return detail payload or downloadable content

Tag update flow

Artifact tags are updated separately through the dedicated tag endpoint and then reflected back in the local artifact state.