Workflow jobs and pipelines can be organized in folder structures within the workspace. However, the Workflow interface displays all pipelines in a single flat list, ignoring the underlying folder hierarchy.
In environments where:
- Hundreds of jobs/pipelines exist
- Multiple modules or applications share the same AIDP instance
the Workflow page becomes difficult to navigate and manage. Users must scroll through a long list of pipelines to locate the relevant workflow, which negatively impacts usability, administration, and operational efficiency.
Current view:-
Workflow
├─ Pipeline A
├─ Pipeline B
├─ Pipeline C ...
Proposed View:-
Workflow
├─ HR
│ ├─ Pipeline 1
│ └─ Pipeline 2
└─ Supply Chain
├─ Pipeline 3
└─ Pipeline 4