instance is created , but tasklist is empty could u help me in this ?

instance is created , but tasklist is empty could u help me in this ?
My yaml file -

camunda.bpm.admin-user:
id: admin
password: admin
first-name:
filter:
create: All tasks

I am not assigning to anyone, and using username-admin password admin

Have a look at the documentation on creating a Filter. You need to click the “Add a simple filter” link (from your second screenshot) and create a filter to include the tasks you would like to see.

Also, double check the spacing in your yaml file. camunda.bpm.filter.create: All tasks should be creating an “All tasks” filter for you, but isn’t.

thanks @jgigliotti for help!