Custom alert messages

Hi!

Is there a way or a function that Camunda has that we can use to create our custom messaging on alert messages?

Thank you!

Hi @edcapulong

I’m not sure I understand what you mean by alert messages. Could you explain your use case?

BR
Michael

Hi @mimaom

These are the alert messages that pops up at the right bottom part of the screen, example image:

What I aim to do is create my own alert messages such as the above based on the custom conditions that I have that will trigger these messages.

Not necessarily all are error messages, it can also be warning or success messages etc.

Thank you!

ctto. image not mine btw. Please ignore the contents of the error message used in the exampl.e

Hi @edcapulong,

these messages are created directly in the engine: camunda-bpm-platform/AuthorizationException.java at master · camunda/camunda-bpm-platform · GitHub

Hope this helps, Ingo