-
Notifications
You must be signed in to change notification settings - Fork 15
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
I as a Zeebe test creator cannot test the ActivateJobs
RPC with the fetchVariable
parameter
#675
Labels
good first issue
Good for newcomers
kind/bug
Categorizes issue or PR as related to a bug.
onboarding
Comments
@aivinog1 Thank you for reporting this. This seems like something that should be fixed. We're marking it as |
7 tasks
ghost
pushed a commit
that referenced
this issue
Jan 31, 2024
This was referenced Jan 31, 2024
ghost
pushed a commit
that referenced
this issue
Jan 31, 2024
ghost
pushed a commit
that referenced
this issue
Jan 31, 2024
ghost
pushed a commit
that referenced
this issue
Jan 31, 2024
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
kind/bug
Categorizes issue or PR as related to a bug.
onboarding
Description
It seems that this parameter isn't supported in the gateway service (we are looking for
request.getFetchVariableList()
):zeebe-process-test/engine/src/main/java/io/camunda/zeebe/process/test/engine/GrpcToLogStreamGateway.java
Lines 103 to 123 in 4eb3eda
So, when I call this method all variables are fetched back.
Expected behaviour
When I call the the
ActivateJobs
RPC with thefetchVariable
parameter, jobs that return contain only specified variables.Reproduction steps
Test code
Process
Environment
The text was updated successfully, but these errors were encountered: