cancel
Showing results for 
Search instead for 
Did you mean: 

How to change variable value passed in call activity?

swamy2156
Champ on-the-rise
Champ on-the-rise

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 1

cjose
Elite Collaborator
Elite Collaborator

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.