Custom Oracle Worklow setting status of a notification to 'CANCELED'.
I have created a custom oracle workflow process and upon approval of the process it will send a approval notification out to a distribution list.
This distribution list consists of user entered email addresses. For these emails I perform a check to see whether it exists already or not. If it does update the attributes for this user role.
If it doesnt I am calling the createadhocuser procedure to create a new user.
The notification is then called setting the performer to be the new user.
This creates a record in the wf_notifications but moments later it is automatically having its status set to 'CANCELED'.
Can anyone explain why this is happening or are some other setting not being set?
Thanks.