Changes for page Asynchronous Routing
Last modified by Danniar Firdausy on 2024/09/04 09:01
From version 31.1
edited by Carlijn Kokkeler
on 2022/10/05 12:23
on 2022/10/05 12:23
Change comment:
There is no comment for this version
To version 32.1
edited by Carlijn Kokkeler
on 2022/10/05 12:24
on 2022/10/05 12:24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -36,8 +36,8 @@ 36 36 The SpEL expression looks as follows: 37 37 38 38 {{code language=<xml>}} 39 - headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType]40 - 39 +code: 40 + headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType] 41 41 {{/code}} 42 42 43 43 This SpEL expression does the following things: