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