Expand my Community achievements bar.

How to transport Task Attachments via Process Events?

Avatar

Level 2

Hello

We are currently working on a process, where a user adds several attachments to a task. Then the process throws an event at some point. This event invokes a second process, where the data including the attachments of the first process have to be available again.

Does anyone know how to transport the task attachments from process 1 to process 2?

Thanks

/sandro

3 Replies

Avatar

Level 10

Why don't you just use a sub process call?

Do you need to use events?

Jasmin

Avatar

Level 2

Hi Jasmin

Thanks for answering. The customer's requirement is to separate two processes in order to avoid participants of the first process to track the steps in the second process. That's why we decided to use events.

In the meantime we succeeded to handle attachments. We save them on the file system and then load them back into the second process.

Best regards

/sandro

Avatar

Level 10

Ok.

But I believe if  you use sub-processes, the users won't be able to track the steps in the sub-process.

Just to let you know.

Jasmin