My use case is,file will be uploaded and that has to be activated based on the approval through workflowI am capturing the file content in to InputStream and putting in to Map avialable in workflowSession.startWorkflow(workflowModel, workflowData, map); methodthe map values can be retrieved in the ...