List Graph Jobs

List Graph Jobs refers to updates made to the queue API job management system to support the stakeholder graph view feature. These changes involved modifications to core queue administration files to recognize and process a new job type within the existing queue operations framework.

Queue API Configuration

The primary changes were implemented in the queue API shared configuration file, which maintains the registry of available job types. This configuration file was updated to include the new job type, enabling the queue system to properly identify and handle graph-related operations alongside existing job types. This addition allowed the job management system to process graph visualization requests through the standard queue operations workflow.

Integration with Graph View

The list graph job type integrates with the stakeholder graph view functionality, allowing users to queue and process graph generation tasks asynchronously. By extending the job management system rather than creating a separate mechanism, the update maintains consistency with established queue administration patterns and leverages existing infrastructure for job tracking, execution, and status monitoring.