cancel
Showing results for 
Search instead for 
Did you mean: 

way to create process definations by end-users

pavan_bukka_ait
Champ in-the-making
Champ in-the-making
hi all,
         We are using activiti 5.2 for describing process definitions, is there any way for end-users to create the process definitions and assign roles or users to tasks involved in the process, as now we (the application developers) define the process definitions and assign the roles or users to each tasks.

with regards,
bukka pavan kumar.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
You can use variables in the assignee expressions, e.g.:
activiti:assignee="{$selectedAssignee}"
You can, for example, create a start-form for the process that allows the end-user to "select" a value for "selectedAssignee" or have your own UI that starts this process, to include a "selectedAssignee" variable when starting the process.