Details
-
Feature Request
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
- 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