I am trying to pass the document from interface to process model but in process model I am getting blank value in PV.
Steps:
1. uploading document from file upload.
2. On click of submit button try to send the selected doc to process model
3. Process variable is blank even after sending the doc from interface.
Discussion posts and replies are publicly visible
Have you created the appropriate activity class parameter in the data input section of the user interface node?
Not Exactly. After uploading the image it is getting stored in local variable i.e fileData. Can you please elaborate more like how we can do this with activity class parameter?