How enable old version process

how to enable an older version of the process to run on the tasklist. just running the latest version released

You can start any version of a process via the rest api if you specify the id of the process definition.

POST /process-definition/aProcessDefinitionId/start

Tasklist will always start the newest version.