01-21-2025 09:42 AM
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');
}
a month ago
We were able to use UEL to set task name in BPM
<userTask id="xxxx" name="${processVariableName}" .../>
In Activiti5, the TaskEntity.setName calls historyManager to recordTaskNameChange, it behaves differently in Activiti 7+.
a month ago
We were able to use UEL to set task name in BPM
<userTask id="xxxx" name="${processVariableName}" .../>
In Activiti5, the TaskEntity.setName calls historyManager to recordTaskNameChange, it behaves differently in Activiti 7+.
Explore our Alfresco products with the links below. Use labels to filter content by product module.