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.
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.
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.
Thanks for your reply,
now i’m using bonita comunity 6.5.1 version.