Show Message on Method Directive Not Working

, ,

Case #: CS0003785248

Description:

The “Show Message” widget, PublishInfoMessage(), and InfoMessage.Publish() fail to work from method / data directives in the Classic Client. They work properly in 2022.2.11 and earlier.

All 3 are working in the Kinetic UI.

Steps to reproduce: Chose any method directive you know will be called.

Add a “Show Message” Widget and connect it to start. Design the template.

Enable and Save. Do something to trigger method. You will not get a message.

Using a custom code widget instead, neither of these will work either:

PublishInfoMessage("Test", Ice.Common.BusinessObjectMessageType.Information, Ice.Bpm.InfoMessageDisplayMode.Individual, "", "");

InfoMessage.Publish("Test");