to_user, subject and language columns empty in wf_notifications table while using the wf_engine.laun
Hi,
I just created a simple workflow to send out a notification to a user. The performer of the notification is a constant.
When I invoke this workflow from the Developer Studio tab of the Workflow Administrator responsibility the notification appears as expected. However, when I use the wf_engine.launchprocess(CreateProcess & StartProcess) api no notifications appear. On investigation I found out the that the notification was added to the wf_notifications table but the to_user, subject and language columns are NULL. On updating these values correctly the notifications appear on my worklist. Is there a problem with the API? Why is there a difference in the functioning of the workflow?