assigned to each spot of my program in Java process ownership.

 

 

Hello, 
I use free version 6.2 Bonitasoft I want to model a rather complex process. 
I program in Java I want to assign each task to process my program in Java ownership. 
My questions 
What kind of spots that I can choose? 
How to assign a java program to a spot?

 

Hello,

  1. quickest - bundle your code into a jar file, add the jar to your project http://documentation.bonitasoft.com/manage-jar-files and then use a script task / groovy connector  to invoke you code from the jar archive
  2. if you want your code to be reusable between processes, create a custom adapter http://documentation.bonitasoft.com/creating-connector , there's a very nice tutorial on youtube https://www.youtube.com/watch?v=72TSADvie5s

Gabriel

Hello, I think you should edit your question, and rewrite it with more details. At the moment, it is not very clear.

Hello I want to give example I have a java program that downloads a file from web I have already created the program an address, I create a script task in bonita I want to know how to assign this program to my spot

What do you mean by a spot? Do you want to execute a Java code from a workflow task?

yes that's exactly what I want to do is execute java code from a task

thank you very much

thank you very much