Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bir üstte bulunan örnek benzer fakat farklı bir concat fonksiyonu kullanılıyor. Ayrıca ForEachNodu Node özelliğiiçerisinde IsSelected='false' ve ApplyUserId değerleri ile koşuk koşul yerleştirilebiliyor. 

Code Block
languagexml
titleKoşullu FOrEach ForEach Döngüsü
linenumberstrue
  <ForEach Node="/*/TeklifToplamaAltAkisi/SubWorkflows/WorkflowStartInfo/TeklifBilgileri[IsSelected='false' and ApplyUserId!='']">
    <SetVariable Name="$(OtherBankUserList)">
      <Value Culture="" Target="None">eval::concat('$(OtherBankUserList)','$(Prefix)', ApplyUserId)</Value>
    </SetVariable>
    <SetVariable Name="$(Prefix)">
      <Value Culture="" Target="None">;</Value>
    </SetVariable>
  </ForEach>

...