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.
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.