Guest User

Untitled

a guest
Aug 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [
  2. {
  3. AccountNumber=123456,
  4. Amount=257710.06
  5. },
  6. {
  7. AccountNumber=845679,
  8. Amount=3672351.06
  9. }
  10. ]
  11.  
  12. <choice doc:name="Choice">
  13. <when expression="#[flowVars.investOneList.contains(123456)]">
  14. <logger message="Account number is present" level="INFO" doc:name="Logger"/>
  15. </when>
  16. <otherwise>
  17. <logger message="Account number is not present" level="INFO" doc:name="Logger"/>
  18. </otherwise>
  19. </choice>
Add Comment
Please, Sign In to add comment