If I understand your requirment correctly you are looking for something like GlobalUserTask from BPMN2. It is a user task globally defined so it can be accessed from many processes using call activity.
Unfortunately it is not yet implemented (afaik) but you could go for process definition that will have only that one user task with all the io specification and then reuse this process in other processes by making use of call activity construct.
HTH