n4.cuwo.messages.TerminationRequested

In case the user asks for termination of the custom workflow, the container will send a TerminationRequested message to the workflow.

The message has the following structure:

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

The various member provide the information necessary for the operation:

  • id - The ID of the request.