-
Type:
Feature Request
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
- REST and Java API
Hints for REST API:
Situation:
I complete a task via REST-Api with task/{id}/complete. I get a 204 status without result.
Expectation:
I complete a task via REST-Api with task/{id}/complete with payload including "withVariablesInReturn": true. I get a 200 status and a repsonse including the process variables.
Hint: Should also work with FormService#submitForm