:wave: Hey community! Yesterday, we shipped some e...
# ask-community
j
👋 Hey community! Yesterday, we shipped some exciting improvements to Orion in the 2.0a6 release. Here are a couple that we're especially excited about: Subflow Navigation In the previous release, we introduced the ability to navigate seamlessly between subflows and parent flows via Radar radar . With this release, we made subflow navigation even easier by: - Enabling the dedicated subflow runs tab on the Flow Run page - Tracking of upstream inputs to subflow runs - Adding a flow and task run count to all subflow run cards in the Radar view - Adding a mini Radar view on the Flow run page Executors are now TaskRunners Previous versions of Prefect could only trigger execution of code defined within tasks. Orion can trigger execution of significant code that can be run outside of tasks. In order to make the role previously played by Prefect's
Executor
more explicit, we have renamed
Executor
to
TaskRunner
🏃. Check out the release notes to learn more about the other enhancements and fixes.
🎉 1
🚀 2