Is it also possible to map documents uploadsed in a Sub-process to the main process like it is possible for data?
Documents are a Specific Bonita Data type and can not be used directly in the mapping variables between processes.
Instead you could use:
-
the ID of the document (i.e if it is saved in DB)
-
the URL where the document is stored (i.e if you are using a Document Repository)
I hope it helps,
Jordi