You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using taskServiceVariableMockBuilder, runtimeServiceVariableMockBuilder or caseServiceVariableMockBuilder I want to be able to mock a value for specific task, process instance or case specified by id.
camunda-bpm-data version: 1.1.2
Camunda BPM version: any
Description of your use case: (detailed description or executable reproducer, e.g. GitHub repo)
Current Behaviour
Only a variable value for all tasks, instances, cases can be applied.
Wanted Behaviour
Possible Workarounds
The text was updated successfully, but these errors were encountered:
zambrovski
changed the title
Allow for mocking service access to vairables for specific process execution, task or case
Allow for mocking service access to variables for specific process execution, task or case
Feb 24, 2021
Scenario
Using
taskServiceVariableMockBuilder
,runtimeServiceVariableMockBuilder
orcaseServiceVariableMockBuilder
I want to be able to mock a value for specific task, process instance or case specified by id.Current Behaviour
Only a variable value for all tasks, instances, cases can be applied.
Wanted Behaviour
Possible Workarounds
The text was updated successfully, but these errors were encountered: