cancel
Showing results for 
Search instead for 
Did you mean: 

Adding of a custom attribute 'isRead' to Activiti TaskEntry

vim
Champ in-the-making
Champ in-the-making
I need to know count of unread user tasks.

I would like to add a custom attribute 'isRead' to TaskEntry.

Is it possible and how?
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi.

Is it possible
Yes, it is.

and how?

there are several possibilities -> 2 of them:
  • use task local variables to store this state.
  • extend activiti task entity to contain this flag.
Regards
Martin

vim
Champ in-the-making
Champ in-the-making
Thank you very much for your answer.