Skip to content
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

failJob will ignore variables #1193

Open
jonathanlukas opened this issue Jun 6, 2024 · 1 comment
Open

failJob will ignore variables #1193

jonathanlukas opened this issue Jun 6, 2024 · 1 comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior

Comments

@jonathanlukas
Copy link
Contributor

Description

When failing a job, a set of variables can be sent along with the command that will then reside in the local scope of the element instance that created the job.

Right now, the test engine ignores this property: https://github.com/camunda/zeebe-process-test/blob/main/engine/src/main/java/io/camunda/zeebe/process/test/engine/GrpcToLogStreamGateway.java#L337-L354

This stops me from testing a behaviour that uses this mechanism: camunda-community-hub/camunda-8-examples#397

Slack thread for reference: https://camunda.slack.com/archives/CSQ2E3BT4/p1717671380113679

@jonathanlukas jonathanlukas added the kind/feature Categorizes an issue or PR as a feature, i.e. new behavior label Jun 6, 2024
@saig0
Copy link
Member

saig0 commented Jun 7, 2024

Note

Heads up! We are building a new Java testing library for Camunda 8.6. The new library will replace Zeebe Process Test.
Read more about upcoming changes here and stay tuned for updates. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior
Projects
None yet
Development

No branches or pull requests

2 participants