12-22-2016 01:19 PM
Hello,
I work on a process:
In this process, a file is uploaded in a form. And then, a would like to use a rest call task to send this uploaded file or his url to a REST web service.
is there a way to do this : i don't know how to get the url of the uploaded file and use it in the rest call task.
Can you help me.
Raphael
12-22-2016 04:39 PM
Raphael,
Documents that are uploaded are saved into the Activiti database.
You can retrieve the link to the content via REST API (details here), or you can use a Java Delegate to push to your external repository using the contentService bean (not documented).
Hope this helps,
Greg
12-22-2016 04:39 PM
Raphael,
Documents that are uploaded are saved into the Activiti database.
You can retrieve the link to the content via REST API (details here), or you can use a Java Delegate to push to your external repository using the contentService bean (not documented).
Hope this helps,
Greg
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.