-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
As a Developer,
Given
- I am using external task pattern
- I submit a BPMN error by calling (ExternalTaskService#handleBpmnError() or [1])
When:
- I provide additional process variables
Then:
- The process variables are available in process,
- and the BPMN error is thrown.
Hints:
- The ExternalTaskService#handleBpmnError() has an additional parameter to pass process variables.
- The additional parameter is also exposed in REST Api.
[1]: https://docs.camunda.org/manual/7.9/reference/rest/external-task/post-bpmn-error/