workflow runs in conflict

I have actived two workflow on module [Opportunity].
The first workflow: When the field- [Initiate] in Opportunity is checked, there would create a task.
condition:https://pasteboard.co/HaLioT1.png

action:https://pasteboard.co/HaLjcBOi.png

The second workflow: When there’s a new opportunity created, there would create an item in module [Opportunity Management] as below:https://pasteboard.co/HaLkNDw.png

When someone edits his opportunity to checked the field -[Initiate], the first workflow works perfectly after saving the record.
When someone creates an opportunity with the field-[Initiate] not checked, the second workflow works perfectly after saving the record.
The problem comes when someone creates an opportunity with the field-[Initiate] checked, only the first workflow runs, rather than both workflow run.
After that, I have checked Process Audit and I found there’s no record in the second workflow. Also, there’s no error information in my log.

Is there something wrong with my workflow setting? Or how can I realize the function metioned above?