- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
2) You don't have to throw the TaskCreated event. The User service will take care of throwing the event for you. All the Task Manager events are thrown automatically. You just have to worry about catching the event.
3) The task id is created automatically. This is internally to keep track of the task. It can't be overwritten. If you need a custom id, you would need to create a separate variable for it.
Jasmin