Workflow Executions does not show successful executions only failed ones
Welcome to the community @Cleverson_Madruga!
The reason is then probably that n8n is not configured to save successful executions.
You can configure the default behavior with the environement variable EXECUTIONS_DATA_SAVE_ON_SUCCESS
or on a per workflow basis in the workflow settings.