We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When triggering a subflow, the user currently can define custom execution labels using the labels property.
labels
It would be great to allow a subflow to inherit labels from a parent flow's execution.
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
inheritLabels
Flow
false
The text was updated successfully, but these errors were encountered:
feat(core): allow subflows to inherit parent flow's labels (#2121)
456b18d
closes #2114
Successfully merging a pull request may close this issue.
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 theFlow
task which should be by default set tofalse
https://kestra.io/plugins/core/tasks/flows/io.kestra.core.tasks.flows.flow#labelsThe text was updated successfully, but these errors were encountered: