Context Variables Not Passed from Parent to Child
AnsweredContext Variables are not transferred from parent process flow to child process flow when we use spawn. I had to change spawn to call to fix the issue.
0
-
I was able to resolve the issue after making the following changes for spawn activity
wait for child =true
signal=false
0
Post is closed for comments.
Comments
1 comment