11 hours ago
Hello,
We are in the process of migrating APS 1.9 to APS 24.x, and we have a BPM userTask defined as follows
<userTask id="xxxx" name="Review Candidate" activiti:candidateUsers="1" activiti:formKey="17018">
<extensionElements>
<activiti:taskListener event="create" expression="${reviewCandidateTaskListener.setTaskName(task)}"/>
</extensionElements>
</userTask>
public void setTaskName(DelegateTask task)
{
task.setName('Set to customized name based on process variables');
}
Explore our Alfresco products with the links below. Use labels to filter content by product module.