-
Notifications
You must be signed in to change notification settings - Fork 169
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
Evaluate if Workflowgraph should be stored in the config #3171
Comments
This was referenced Aug 29, 2024
This was referenced Aug 29, 2024
Merged
This was referenced Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
Current implementation of the workflowgraph for a pipeline template is persistently stored in the db during the creation of the template. It is part of the schema config of the pipeline template.
What you expected to happen:
We need to decide if workflowgraph should be produced on demand or to be stored in the config file. There will be required downstream change if this is part of the schema config. Please see this link.
How to reproduce it:
Running a query against db shows that the workflowgraph is being saved in the config.
Result
The text was updated successfully, but these errors were encountered: