ATTACHMENT TO A VARIABLE 6.X

Where i want to do is send an attachament that i upload in FORM1 or TASK1 to FORM2/TASK2

I supose that i have to send it to a global variable, and that’s what i want to know how to do it?

Im using 6.3.0 version.

Hope you can help me

Thanks.

Hello rodrigo.stycti,

Basically, when you want to manage documents you can define documents only within the process scope: select the process where your tasks exist and got to the “General → Documents” tab of the properties view in the bottom of the perspective. From this properties panel, you will be able to define documents and use them as variables in your forms/tasks.

Hope it helps.

Pierrick

I can do it!!!

Mi mistake was in the moment i assing the value of field_file it has to change to set document.

Thanks!

I’m still having some questions, for example i add a new document in process scope the name is document1, in task1 i use the file option to attach some files so in the data options of file control in output operation i assigned to document1 that it is a java.lan.String type, and also takes value of i put the value of field_File1 but it says that those types are incompatible.

What im doing wrong??