Is it compulsory to assign a task to user?

we want to execute the task without any user interaction.

It is not compulsory to assign a task to a user. If you are using the Java API to execute a task you don’t need to do anything special. You can just do TaskService#complete

1 Like

Thanks for your reply @filiphr