Hello,
I want to upload file at the start of the process and read the file on a custom connector in the next step. I have reviewed the DemoUploadFileDiagram which demonstrates an upload and download documents in the middle of the process.
What are the differences for this task vs. the demo?
-
created myDocument and Initial content from contract input
-
in connector I have input type of FileInputValue
I’m having a lot of type collisions in my implementation class.
Open url to file → submit process → have connector read input parameter → FileInputStream → output values from file.
Thank you