How to pass all variables from parent process to subprocess using call activity

In flowable how to pass all variables from parent process to subprocess using call activity.

As indvidually we have to map source and target variables is there any method by which whatever request variables comes all have to be passed to subprocess(standalone).

Hi,

You can use the flowable:inheritVariables=“true” attribute on the call activity element to automatically pass all variables to the sub process.

Best regards,

Tijs

1 Like