This content has been marked as final.
Show 3 replies
-
1. Re: BPM Suite save task via REST
abhijithumbe Jun 13, 2016 10:34 PM (in response to rhn-support-sdehn)No, such functionality is not available with REST API's.
-
2. Re: BPM Suite save task via REST
battu.sashidhar Jun 15, 2016 1:16 PM (in response to abhijithumbe)Can Save Task via REST APIs be supported in next release.
-
3. Re: BPM Suite save task via REST
abhijithumbe Jul 17, 2016 8:13 AM (in response to battu.sashidhar)Business-central REST API will not provide this feature. But in kie-server it is possible to send PUT request to following endpoint:
/kie-server/services/rest/server/containers/{id}/tasks/{taskId}/contents/output
Try with this endpoint.