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
Describe the bug
The RegisterWorker provider provides a function that can only bind commands for a single workflow name.
Expected behavior RegisterWorker Function should be able to register workers for multiple different workflows.
Additional context Looks like the register function is keeping only one value in the map at most, fixing this should resolve the issue.
The text was updated successfully, but these errors were encountered:
fix(bpmn-service): fix single workflow registration issue
512c083
GH-267
fix(bpmn-service): fix multiple workflow worker registration issue
4cb58c4
fix(bpmn-service): remove unnecessary conditional operator
b9dca4f
fix(bpmn-service): fix multiple workflow worker registration issue (#268
a29493c
) * fix(bpmn-service): fix single workflow registration issue GH-267
Successfully merging a pull request may close this issue.
Describe the bug
The RegisterWorker provider provides a function that can only bind commands for a single workflow name.
Expected behavior
RegisterWorker Function should be able to register workers for multiple different workflows.
Additional context
Looks like the register function is keeping only one value in the map at most, fixing this should resolve the issue.
The text was updated successfully, but these errors were encountered: