n4.cuwo.messages.KillNotification

In case the custom workflow must be terminated from the outside (e.g. on shutdown of the enforePOS application), the container will send a KillNotification message to the workflow.

The message has the following structure:

{
  "@type": "n4.cuwo.messages.KillNotification",
  "id": "..."
}

The various member provide the information necessary for the operation:

  • id - The ID of the notification.