n4.cuwo.messages.TerminationNotification

In case the user asked for termination of the workflow and then confirmed it, the container will send a TerminationNotification message to the workflow. The workflow then has 1000ms time to terminate itself or it will be destroyed by the container.

The message has the following structure:

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

The various member provide the information necessary for the operation:

  • id - The ID of the notification.