I have a question on the functionality offered by CAF and the Task engine.
I have developped several differents tasks in a single ProcessModel.
For each task, I have set one or two notifications (Mainly, the trigger event is set when the task is queued).
I understand fairly well the concept of notification / subcription, but I have a requirement which is not met with this pattern.
My question is :
Is it possible to send the notification only to the person to whom I have assigned the task ?
In my case, I have a list of 10 users for the assignment. A service pick one of those users to assign the new task. All the 10 users subscribed to the notification will receive the e-mail. If no one is subscribe to the notification, then no one receive the e-mail (including the one assigned to the task).
How do I set up the task / notification for sending an e-mail only to the assignee of the task and not also to all the potential assignee.
Every user has a valid e-mail configured in MWS (all users are MWS user).
I use webMethods 8 suite.
You will need to subscribe to your notification for receiving the e-mail.
The assignee of the task does not receive the notification if he has not subscribed to the notification. And once a user has subscribed to the notification, he will receive all the notification sent even if he is not the assignee of the current task.