Associate Existing filter to new User

Dear Team,

I am creating user using JAVA api in service Task. Want to be associate existing filters like “My Tasks” ,“All Tasks” to the new user.

Is there any sample code or java api ?

Regards,
Kedari

Hi @kedarik,

have a look at the DemoDataGenerator of the invoice example: https://github.com/camunda/camunda-bpm-platform/blob/master/examples/invoice/src/main/java/org/camunda/bpm/example/invoice/DemoDataGenerator.java

Hope this helps, Ingo

Hi @Ingo_Richtsmeier,

The same referred. Its helped …::):grinning: