Creating a subprocess

1
0
-1

Hi ,

How i can create a subprocess without mapping any variable. Now i have created a parent process and inside it i have created some blocks . One of those blocks is setted as an call subprocess (child) and i have not mapped any variable , because i don't need to pass any information to subprocess, only what i need is to call this subprocess but it seems to be a problem, because it can not to call the subprocess.

Thanks in advance.

3 answers

1
0
-1

I cretaed a string variable into a parent process and also into child process, and afterwards i have mapped together , but the problem persist cause when i execute the parent process, this doesn't call the child process.

1
0
-1

1
0
-1

While your situation is quite a correct one, I would just create a local dummy variable "null" and pass that.

You don't say what version of Bonitasoft you are using.

Then it should work.

regards
Seán

PS: If this reply answers your question, please mark as resolved.

Comments

Submitted by claz08 on Mon, 06/06/2016 - 14:16

Thanks for your reply,

now i'm using bonita comunity 6.5.1 version.

Notifications