Document Subprocess

Documents from subprocess aren't shown in overview

In the main process I've mapped the target data in called process object_doc_sub and assigned to parent data object_doc. (Both variables are Java Objects -> java.util.List)
In the subprocess I've got an out connector setObject_doc, with the following cde:
import org.bonitasoft.engine.bpm.document.Document; import org.bonitasoft.engine.bpm.document.DocumentValue;

Notifications