You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Navigate to a CoreGeneratorDefinition object
Run the generator definition
Wait for the task to complete
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: