Hey guys, lets say that a have a bunch of task tha...
# ask-community
f
Hey guys, lets say that a have a bunch of task that is used across several flows, is possible to add them to flows without to declare the call with the parameters?
s
Hi. Are you asking if you can use the task in many flows, without having to specify the parameters each time the task is called?
c
If you mean you have a designated task that you re-use across flows as an import, yes. If you mean passing around the same parameters for the task, without re-passing new parameters, you can probably do that too, but you might need to sub-class the task to add those parameters when you re-use the object