cancel
Showing results for 
Search instead for 
Did you mean: 

How to Upload File(access file as formparameter)

ashay
Champ on-the-rise
Champ on-the-rise
Hi

I have one business process where I want to access file from user(in user task) as form property. This file will be send to REST API using using service task for validating it.

it is possible in Acitiviti?

How should I implement it?
please give me description in step by step if possible.


Regards,
Ashay
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
Activiti as a library or Activiti Explorer?
In both case, you will need to store the file on disk, and store a reference to it in Activiti. Later on, fetch it using that id in the service task.

ashay
Champ on-the-rise
Champ on-the-rise
Thanks for reply.

I want upload file from user task(form parameter). later this uploaded file will be processed by service task.

e.g. Employee will upload his resume to activiti( in user task). Nest step will to process this uploaded file(fetching required details about from resume file in to database using service task).

is it possible using activiti?

Thanks
Ashay

jbarrez
Star Contributor
Star Contributor
Yes, it is possible, the way  desribed above. You'll need to implement the code for storing the file and updating it yourself.
Getting started

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.