@@ -70,6 +70,8 @@ public interface ProcesRepository extends JpaRepository<Proces, Integer> {
ORDER BY ordr ASC, id_tascap ASC
) AS T1; """))
public List<String> getFlowDiagram(String proc);
+
+ List<Proces> findAllByOrderByVersioAsc();
}