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

Each process should contain at least one start node. Two types of start nodes exists: regular start nodes and message start nodes.

Regular Start Nodes

The following icon is a regular start node for a process:

If your process is modeled as a subprocess, then this entry point will be taken when the subprocess is reached by flowing. You can only have one regular start node.

Message start nodes

The following icons is an event start node for a process:

This node is used to start a new case when a certain message event is received. When you click on this node, you will have to specify a message event and map target attributes.

If the same process should be started for different message events, then you can add multiple message start nodes, one for every message.

  • No labels