You need to set a association between your task entity and your user/account/person entity (the entity you use to distinguish your user)
When creating the task, you can set this association to the registered user
You need a domain model like this
The cross module association can be set in the association tab
Microflow would look like this
The Create action would be something like this
Hi Gokhan Ekici,
It is easy to do this task.
Just Follow the below steps:
1. Add a cross module association to the Account entity with the Task entity.
2. Then, In your Scheduled event flow get list of all users and list to tasks to assign.
3. And Assign Task using Loop Operation in the microflow. So that all users can be assigned a task.
Hope you understand.