How I can see Programatically created process in BonitaBPMCommunity-6.2.1(Bonita Studio)

Hello,

  I am working on bonitaSoft and now I develop my simple application programmatically. After that I run that program using mvn clean install. It run successfully and create zip and jar file. Now I want to see that process in BonitaBPMCommunity-6.2.1(Bonita Studio). So What can I do now?

Thanks,
Sushant

You can’t according to the documentation here

regards

Hi,

the API is providing a way build “Runtime” process. You won’t be able to use the generated .bar inside the Studio which requires a “Design” process.

No Public API is provided to create “Design” process even if internally we are using the ProcBuilder class to do thi skind of thing: https://github.com/bonitasoft/bonita-studio/blob/bos-studio-6.3.3-201408061500/bundles/plugins/org.bonitasoft.studio.importer/src/org/bonitasoft/studio/importer/builder/ProcBuilder.java

Regards,