Don't Get custom Workflow Notifications

Hi there ,
I create a custom workflow for item. It works properly but Roles does not get any notifications.
when an item is created.

You will have to trigger it explicitly to send notification to the roles

how can trigger it explicitly?

You can write

after_insert
hook on item form

check for more details
hooks