Beneficiary Details coming as null in SOA Custom Composite--Create User
769744Mar 21 2012 — edited Mar 23 2012I have created a soa composite which works on create user workflow. This has one level of approval workflow and once the approval is done i'm sending mail to beneficiary user with the benefeciary firstname,lastname etc which i seleted from the payload... What i observered is that these values are coming as blank in the email.
I had added the wait event before this mail and sending the mail after 5 mins . In this case also the values are coming as blank.
One alternative which i found is that to create custom notification template and send mail to end user with the required details. Is there any alternative for populating the beneficiary details in the soa composite while creating user.