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