On workflow, the subprocess loops through a collection and will use a CallActivity process. So the subprocess loops through a list of people and sends their names to the callActivity. The human tasks reference the first/last name in their headings but when I send the item to the background process it is null.
Collection is ownerList
Element Variable is owner
I can reference owner.lastName and owner.firstName on the human tasks within the subprocess but on the callActivity when I pass it as owner.firstName, it displays in the callActivity as null. I think I may be referencing it incorrectly.
Thanks
Lisa