You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

What is it for?

A message event represents a message which you can send to the process engine to start a case or influence an already running case. 

A message event consists of a name and optionally a set of data which you want to include in your message:

You can define as many message event fields as you like, but they all have to get a unique name. For every field you have to define a base type, whether this attribute is multivalued, and whether this attribute is required. If an attribute is required, then you can count on the fact that this attribute is filled when catching this message.

  • No labels