I would like to create a task via "TaskService().saveTask()" and bind it to a business object. So I need a relation between a task and my business object-
What is the best approach to make it happen. I dont want create a process because it is just a single task.