Skip to content

bug: Generator definition task completion lacks links to child generator tasks #6417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BeArchiTek opened this issue May 6, 2025 · 0 comments
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected

Comments

@BeArchiTek
Copy link
Contributor

BeArchiTek commented May 6, 2025

Component

No response

Infrahub version

1.2.8

Current Behavior

When running a generator definition, the task completion message shows "Finished in state Completed('Successfully run X generators')" but doesn't provide links to the individual generator tasks that were triggered.

This forces users to manually navigate to the Tasks view and search for the relevant generator tasks, which is inefficient and frustrating.

Expected Behavior

The generator definition task completion message should include direct links to all child generator tasks that were triggered, allowing users to easily navigate to the specific generator execution details without having to search through the Tasks view.

Steps to Reproduce

With demo-schema, demo-data and demo-edge repository

  1. Navigate to a CoreGeneratorDefinition object
  2. Run the generator definition
  3. Wait for the task to complete
  4. Observe that the completion message only states "Finished in state Completed('Successfully run X generators')" without links to the actual generator tasks

Additional Information

This improvement would significantly enhance the user experience by providing clear traceability between parent generator definition tasks and their child generator tasks, making debugging and verification much easier.

@BeArchiTek BeArchiTek added type/bug Something isn't working as expected group/frontend Issue related to the frontend (React) labels May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

1 participant