Hi.
By default flowable gives the subject of a task in a task app.
I would like to know if there is a way to customize the subject to my needs - for example, to put some variables in a subject of a task or simillar.
Regars,
V.
Hi.
By default flowable gives the subject of a task in a task app.
I would like to know if there is a way to customize the subject to my needs - for example, to put some variables in a subject of a task or simillar.
Regars,
V.
The simplest thing to do is add a TaskListener to set the name of the task.
Below is a simple ScriptTaskListener that sets the task name on the Assign event:
Thank you, I will try something similar
Regards,
V.