How to change variable value passed in call activity?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2017 11:40 PM
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.
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2017 12:40 AM
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.
