You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Case 1 @AssertTrue(message=...)
When get request from OutboundConnectorContex like outboundConnectorContext.bindVariables(T)
We are expecting the message that was the message parameter for @AssertTrue(message=...) but we get something else
##Case 2 @AssertTrue that throw Exception
When get request from OutboundConnectorContex like outboundConnectorContext.bindVariables(T)
and assert method throw exception, like here
our original message is lost due to being wrapped in another message
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
##Case 1 @AssertTrue(message=...)
When get request from OutboundConnectorContex like outboundConnectorContext.bindVariables(T)
We are expecting the message that was the message parameter for @AssertTrue(message=...) but we get something else
##Case 2 @AssertTrue that throw Exception
When get request from OutboundConnectorContex like outboundConnectorContext.bindVariables(T)
and assert method throw exception, like here
our original message is lost due to being wrapped in another message
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: