camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
40 stars 37 forks source link

Missing error messages, during request mapping #3221

Open DenovVasil opened 1 month ago

DenovVasil commented 1 month ago

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 image (1) image (2)

Case 2 @AssertTrue that throw Exception

When get request from OutboundConnectorContex like outboundConnectorContext.bindVariables(T) and assert method throw exception, like here image our original message is lost due to being wrapped in another message image

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.