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

1
0
-1

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

2 answers

1
0
-1

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-201408...

Regards,

1
0
-1

You can't according to the documentation here

regards

Notifications