Hi, We can add a task while modelling the process, and we can add a sub task through activiti engine services.But is it possible to add a sub task to a task while modelling the process,i.e can we add a sub task to a task in the model itself (or in the xml)? thanks..
Thanks for the quick reply.Alternatively I'm using Sub Process to group the tasks.my scenario is the user can do multiple activiites on the same screen and then complete the actual task.So I think grouping the tasks using sub process and providing the list of tasks to the user(grouped under one sub process shown as the current task to the user) should be the appropriate way for this scenario.Please suggest any better approach or this should be fine..