Retrieve current task Name vs Id

I have been unable to find the proper syntax to retrieve the ‘friendly name’ of a User Task from within a task listener. I’ve tried task.getName(), but that returns null. task.getDescription() returns null. getCurrentActivity() returns the task id.

I’m sorry for such an elementary question, but I’m stumped. I’m looking for the value in ACT_RU_TASK.NAME_ column.

I don’t know why I didn’t try task.name. Easy.

1 Like