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
In the documentation it says that I can get the workflow version with: workflow.Version, but I checked the package and this function is not available
documentation link: https://cschleiden.github.io/go-workflows/#workflow-versioning
The text was updated successfully, but these errors were encountered:
This is not supported:
Therefore for now versioning is not supported and the guidance is to rely on side-by-side deployments.
You pass in a version yourself as a parameter or you can use context propagation if you want this to be passed to sub-workflows etc.
Sorry, something went wrong.
No branches or pull requests
In the documentation it says that I can get the workflow version with:
workflow.Version, but I checked the package and this function is not available
documentation link:
https://cschleiden.github.io/go-workflows/#workflow-versioning
The text was updated successfully, but these errors were encountered: