Assign tasks dynamically

Hello.

is there a way I can assign tasks dinamically, based in the amount of tasks each user have?

I want to assign the incoming task to the user which has the least amount.

Hey @JosephARS,

Yes you can do this. The assignee value can be an expression and in this expression you can do whatever you want. In addition to that you can use a task listener and listen on the create event and perform your assignment logic there.

Cheers,
Filip

1 Like

Hello @filiphr ,

Can you give some examples of this?

thanks your reply!it’s helpful to me !