Skip to content

Instantly share code, notes, and snippets.

@dtaivpp
Created March 11, 2020 14:15
Show Gist options
  • Save dtaivpp/527c1e997ea6ff3d0f283693149a2c79 to your computer and use it in GitHub Desktop.
Save dtaivpp/527c1e997ea6ff3d0f283693149a2c79 to your computer and use it in GitHub Desktop.
Simple BPM Debugging Pop-Up Message
string msg ="Imma Message";
this.PublishInfoMessage(msg,
Ice.Common.BusinessObjectMessageType.Information,
Ice.Bpm.InfoMessageDisplayMode.Individual,"","");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment