Allow a user to apply a template on a process
Depends #813 (closed) & #814 (closed) & #815 (closed).
When a user is able to create templates and list them, it's time to apply them !
The process configuration stage should allow :
- listing existing templates through a
<select>
, displaying their name (and supporting pagination by fetching all pages) - selecting a template and then clicking a button to call
ApplyProcessTemplate
on the current process.
The select + application button should be below the "select workers" for now.
Once the template is applied, the worker configurations (and worker runs) must be reloaded from the backend, in order to display the new worker versions