Skip to content

Artifacts Modules

Frontend modules

  • frontend/src/pages/components/iflow/IflowPopup.jsx Main artifact popup with filtering, detail expansion, metadata, history, where-used, and preview actions.
  • frontend/src/pages/components/config/ConfigOverview.jsx Tenant overview entry into the artifact popup.
  • frontend/src/pages/components/focused/FocusedConfig.jsx Focused monitoring entry into the same artifact surface.

Backend modules

  • backend/src/cpi/views.py Supplies artifact inventory and tag update endpoints.
  • backend/src/cpi/view_iflow.py Supports where-used search, facets, history, and compare logic.
  • backend/src/cpi/models.py Stores flows and related historical records consumed by the artifact UI.

Supporting docs/help modules

  • frontend/src/pages/components/iflow/artifactHelpContent.js
  • the shared docs-trigger pattern embedded in the popup header and contextual help