n4.cuwo.messages.TerminationConfirmationMessage

If the custom workflow receives a TerminationRequested message, it can choose to reply with a TerminationConfirmationMessage to control the text of the info message shown to the user for confirmation of the termination.

The message has the following structure:

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

The various member provide the information necessary for the operation:

  • id - The ID of the TerminationRequested message that is being answered.
  • message - The message to be shown to the user for asking whether the workflow should really be terminated or not.