Document Mapping

1
0
-1

Is it also possible to map documents uploadsed in a Sub-process to the main process like it is possible for data?

1 answer

1
0
-1
This one is the BEST answer!

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

Notifications