Can I use both .map and .submit on a task?
# ask-community
j
Can I use both .map and .submit on a task?
1
z
.map
uses
.submit
for each item of the iterables passed to the task. Do you have something else in mind?
(You can also call
map
and/or
submit
as many times as you’d like for a given task)