Skip to main content
October 19, 2022
Question

Filter a specific type of exception?

  • October 19, 2022
  • 2 replies
  • 0 views

Hi,

it is possible to filter a specific type of exception? For example,

Problem:  This notification is sent for canceled event messages of type Process to Process.

Details:  Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid bean property name 'approver' (valid properties are jmstype;username;comments;eventtype;originprocessmodelid;originprocessid;reviewer;destinationeventpersistentid;isapproved;destinationprocessid), bean error code 0) for message sent to persistent id 0003e2d1-67ad-8000-2b55-014d98014d98 on named port 'Receive Decision from Web Service'. The process itself has not been canceled and may continue to consume events.

Recommended Action:  Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener.

Priority of this problem: Normal Priority

and i want that users don't receive this kind of email notification. How can i accomplish this?

Thanks

    2 replies

    stefanhelzle0001
    Brainy
    October 19, 2022

    I suggest to configure the receive message event to use the index() function to fetch values. Then this error does not appear anymore. Next, I would configure the alert settings of the process in a way that the alerts are sent to the right group of people.

    October 19, 2022

    It worked, Thanks Stefan