Sub process

Appeler sous procesus avec contrat complexe

Bonjour,

Je suis en BOS 7.8.1 Open Source

J'ai 2 pool:
-Un maitre qui appel un sous processus
-un esclave avec un contrat qui contient des éléments complexe (Objets imbriqués)

J'ai declaré un objet Virement en BDM que je set dans le processus maitre mais qui sera modifié par l'escave (pas la même granularité)

J'arrive à appeler le sous process en lui passant des éléments simples (String, int....) (en alterant mon contrat) mais pas des éléments complexes

J'ai essayé en passant l'objet directement

Sub process

I've designed two separate processes say p1 and p2 and a separate diagram for each of them.
Each one has start and end nodes and also separate business variables and actors for itself.
Any of them executes successfully.
How can I make p2 as a sub process of p1 so that after starting p1 and after executing some tasks of p1 then p2 starts automatically and after finishing p2, p1 continues its running until the end.

Notifications