How to ensure strictly sequential agent execution in a Team (beside using Workflow)?

In Agentos, when running a Team, how can I confgure agents to execute sequentially - meaning on agent finishes completely before the next one starts? even where setting delegate_to_all_members=False, I occasionally encounter situations where multiple agents execute simultaneously.
Is there any way to quarantee that in a team execute strictly in sequence(besides using the workflow approach) ? Are there any examples that can be shared, thanks