failJob
will ignore variables
#1193
Labels
kind/feature
Categorizes an issue or PR as a feature, i.e. new behavior
failJob
will ignore variables
#1193
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
The text was updated successfully, but these errors were encountered: