many-exabyte-15566
07/27/2023, 6:28 PM@task
def main_task():
return another_workflow() # sub workflow with another_task()
@workflow
def main_workflow():
return main_task()
But I only see main_task
in the execution view, not another_task()
or another_workflow()
magnificent-teacher-86590
07/27/2023, 6:31 PM@dynamic
otherwise it will just executed as regular python code inside @task
many-exabyte-15566
07/27/2023, 6:38 PMmany-exabyte-15566
07/27/2023, 6:38 PMbroad-monitor-993
07/27/2023, 9:12 PMmany-exabyte-15566
07/28/2023, 2:14 AM