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

Each process contains one or more exit nodes. When this node is reached the process will be finished by the process engine.

  • The end node can be of the type plain or cancel

    • Plain: the process will not be finished when there is an active adhoc task or process which is required or active tasks in a sequence flow.

    • Cancel: the process will be finished and all tasks will be stopped, even required tasks.

  • The end node can have a process event.

  • No labels