Sub-Process VS send/receive message event

Certified Lead Developer
A sub-process need to inform parent with details(CDT) , the parent process can call the child-process in asynchronous manner since parent process as some parallel activities. For this i have few approach :
  • Parent will split the instances into two, one will the call sub-process node in synchronous manner. Another instances will carry other parallel task

  • Another approach , i will not the split the parent instances , just call the process asynchronously (Start-process node). which will in turn create an instances in child process. Once child process finishes it will inform the parent via "send message event" from child

Which implementation will have lesser impact on performance...... 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data