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
The current acquireTaskLock is System wide as there is no context of User / Team / System that is passed in that needs to be available to make it specific. https://github.com/boomerang-io/flow.service.engine/blob/a733c7d2482161c6bca6113093a4b5febcb2f7a2/src/main/java/io/boomerang/service/LockManagerImpl.java#L52-L80
The text was updated successfully, but these errors were encountered:
Best solution would be to prefix field with a system parameter that is resolved before execution.
Sorry, something went wrong.
No branches or pull requests
The current acquireTaskLock is System wide as there is no context of User / Team / System that is passed in that needs to be available to make it specific. https://github.com/boomerang-io/flow.service.engine/blob/a733c7d2482161c6bca6113093a4b5febcb2f7a2/src/main/java/io/boomerang/service/LockManagerImpl.java#L52-L80
The text was updated successfully, but these errors were encountered: