Skip to content
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

Allow a subflow to inherit parent flow's execution labels #2114

Closed
Tracked by #2044
anna-geller opened this issue Sep 14, 2023 · 0 comments · Fixed by #2121
Closed
Tracked by #2044

Allow a subflow to inherit parent flow's execution labels #2114

anna-geller opened this issue Sep 14, 2023 · 0 comments · Fixed by #2121
Labels
enhancement New feature or request

Comments

@anna-geller
Copy link
Member

Feature description

When triggering a subflow, the user currently can define custom execution labels using the labels property.

It would be great to allow a subflow to inherit labels from a parent flow's execution.

Possible implementation

Add an optional boolean property inheritLabels to the Flow task which should be by default set to false https://kestra.io/plugins/core/tasks/flows/io.kestra.core.tasks.flows.flow#labels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant