Call Activity

Hello,

I have multiple processes and trying to call those processes with call activity, ofc with defined conditions, each processes have conditions to initiate, but there is problem, there is caseVariables, they are not available on initiated processes. am i doing something wrong? or y cant access caseVariables when y initate processes via call activity?

1 Like

If you want to access the parent process's case variables in a called process, you need to define a mapping between the variables of the two processes (see https://documentation.bonitasoft.com/bonita/latest/process/called-processes#_define_a_called_process)

1 Like

thanks a lot!

1 Like