I have a requirement to send a zipfile or zipInputstream as process varriable while starting of my workflow.(startProcessInstanceByKey("process", variableMap))
I have created a variablemap and set a zip file as one of the value as object type, but its not working.. How can i achieve this?
Great you found a solution, but I'm not sure if storing zips as process variables is a good idea… they will take up quite some space in the database …that will have an impact on performance.