You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only (official/documented) way to define a task is adding @task decorator to functions. For jobs that involve large numbers of long interwoven concurrent tasks, they are often wrongly nested together in the Prefect Cloud UI.
Describe the proposed behavior
I'd like to have the ability to:
manually define a task's parent, so I can choose where to nest a task
even better: manually create an empty task, which acts as a logical group of smaller tasks. This wrapping task will end when no more subtasks are manually added to it.
Describe the current behavior
Currently the only (official/documented) way to define a task is adding
@task
decorator to functions. For jobs that involve large numbers of long interwoven concurrent tasks, they are often wrongly nested together in the Prefect Cloud UI.Describe the proposed behavior
I'd like to have the ability to:
Example Use
Additional context
No response
The text was updated successfully, but these errors were encountered: