Reputation: 77
Using the activiti-modeler how can a user task be created with a defined human performer?
I realize that this is entirely possible within the eclipse GUI plugin or by coding the XML by hand, but the purpose would be to allow general users to utilize the activiti-modeler to create their own processes and to deploy them as well.
Upvotes: 0
Views: 530
Reputation: 4678
You need to edit the task properties, and set the TaskType to "User".
Upvotes: 1