Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Customization/ProcessAutomation/Loops

Pokaż
Ignoruj:
Data i czas:
04/16/14 23:54:04 (10 years temu)
Autor:
lglomb (IP: 31.61.136.39)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/ProcessAutomation/Loops

    v1 v2  
    77przykład: 
    88{{{ 
    9 SELECT count(*) > 1 FROM stages WHERE prn_id = {stages.prn_id} AND isinst IS TRUE; 
     9SELECT count(*) > 1 FROM stages WHERE ptstid = {stages.ptstid} AND isinst IS TRUE AND prn_id = {stages.prn_id} AND is_fix IS TRUE AND fixdat IS NOT NULL 
    1010}}} 
    1111Pętla zakończy się, gdy zostaną załatwione co najmniej 2 czynności równoległe (dla pętli typu "multi-instance").