- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
1) Create a new process, and from the Event view drag the TaskCreated event and select Start Point. A Start Point will ensure your new process will only be started when it receives an event of type TaskCreated.
2) You can use the built in capabilities to do that. Go in adminui under Process Management/Server Settings/Task Notifications, click on Task Assigment and make sure they are enabled. You also need to make sure email notification is enabled in workspace under preferences.
3) You can use an instance that class that implements this interface by using TaskManagerClientFactory.getTaskManager().
Jasmin