Hi @loz! I've heard of people creating their own decorators and using them in their Prefect scripts. I do believe they'll be respected if you'd like to use them in lieu of the Prefect decorator args (retries, log_prints, timeout, etc.). We typically encourage people to use the default Prefect decorators (@flow and @task) and available args, just to avoid any unexpected behavior with the orchestrator.