0

Currently WSO2 CEP is triggered using some Http requests. But some times triggered request has null values. At that time how to handle those null values using CEP.

Community
  • 1
  • 1
Saveendra Ekanayake
  • 3,153
  • 6
  • 34
  • 44

1 Answers1

1

There two ways of fixing this

  1. Using default values in Event Receiver input event mapping https://docs.wso2.com/display/CEP410/Input+Mapping+Types
  2. Using Siddhi by checking is null operator with in the query https://docs.wso2.com/display/CEP410/SiddhiQL+Guide+3.0#SiddhiQLGuide3.0-QueryProjection
suho
  • 912
  • 6
  • 12