Noam Gal
03/31/2022, 12:44 PMKevin Kho
task.fn()
will be exposed as the task.run()
equivalent. There are still some pieces being worked out with Storage before a migration guide will be releasedNoam Gal
03/31/2022, 12:58 PMtask.fn()
?Kevin Kho
Anna Geller
@task
decorator with a flow decorator. This way, you can call it in any other flow. I believe this is a much better (and much easier to reason about) pattern than calling tasks from other tasks. In the Radar view, you could then even drill down from a parent flow to a child flow (subflow) which makes it that much easier to troubleshoot when something goes wrong, not even mentioning the modularity/composability of subflows making your workflow code cleaner and more reusable.