您如何将 a 分配给流程name中的merge任务?
thing_three = merge(thing_one, thing_two)
最终目标是merge使用检索flow.get_tasks(name="thing_merger")
提前致谢。
您如何将 a 分配给流程name中的merge任务?
thing_three = merge(thing_one, thing_two)
最终目标是merge使用检索flow.get_tasks(name="thing_merger")
提前致谢。