Get documents from other process

Hi!

How can I get documents from other process?

Best regards,
fegor

Hi,

Can you give a bit more background as to what you’ve done and want to do?

Cheers
Paul.

Yes, I have two processes, the first one uploads a file and the second has to collect this file. I do not know how to read the file from the second process.

Proccess 1:
image

Proccess 2:
image

Form to Proccess 1:
image

Best regards,
fegor

Hi Fegor,

Did you design the form with the form designer of the Flowable Modeler and deploy it as an app? Uploaded files are stored in the flowable-content-engine and you can query them (also on process instance id) with the ContentService.

Best regards,

Tijs

Hi Tijs,

Sure, is true. :slight_smile:

Thank you!

Regards,
fegor