hi all: i use Activiti Engine Deployment a new Process,i want how to operate a Process,for example agree or reject,where packge or method or java class,pls tell me,thanks.
Please rephrase your question since it is hard to understand. From what I understood you would like to interact with a user's tasklist programmatically. This is done by using the TaskService. It enables you to retrieve a list of tasks and to claim and complete tasks.