Nick DeCraene
09/28/2022, 8:45 PM@task(name="extract(ctx.id)")
def extract(ctx):
These would then be displayed in the UI as extract(4)
for example if our flow was running for ctx.id=4.
I haven't been able to find anything like this for 2.0, am I just missing something?Mason Menges
09/28/2022, 9:06 PM@flow(name="test")
async def test_flow(some_obj):
ta = await taskA.with_options(name=some_obj)(some_obj=some_obj)
Nick DeCraene
09/28/2022, 9:09 PMMason Menges
09/28/2022, 9:11 PM