cancel
Showing results for 
Search instead for 
Did you mean: 

Call Activiti

doganmesut
Champ in-the-making
Champ in-the-making
Hey,
I am facing an issue with callactiviti.
I am passing a  parameter from parent to child and I need to change parameters value just before call activity is called. And I am doing it via script task (execution.setvariable method) which is placed just before call activiti component . Is there any way to do this in call activiti compoenent ? I dont like to use extra componenets. Thanks in advance .
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
No, there isn't. An alternative would be to use an execution listener in the process just before the call activity.