How to change variable value passed in call activity?

cancel
Showing results for 
Search instead for 
Did you mean: 
swamy2156
Active Member

How to change variable value passed in call activity?

I have a main process with parallel gateway consisting of call activity and user task. If I make action on user task, a variable x value will be updated to 'y', which also need to be updated in subprocess in call activity as well. Is there a way to update variable 'x' in subprocess??

thanks,

Swamy.

1 Reply
cjose
Senior Member II

Re: How to change variable value passed in call activity?

you should be able to do it using a task listener attached to the user task. Upon completion of the task, do a process query for the subprocess and update the variable.