Skip to main content

Message Dialog

The Message dialog is a small confirmation or notification window that the application uses to communicate with you when a workflow needs a decision or an acknowledgment. The dialog can present an informational or error message (acknowledged with OK), a yes/no question, or a yes/no/cancel question.

message-dialog-yes-no-cancel

Acknowledge an Information or Error Message

To dismiss an informational or error message:

  • Click the OK button.

The dialog closes and the calling workflow continues.

Respond to a Yes / No Question

To respond to a yes/no question:

  • Click Yes to confirm, or click No to decline.

The dialog closes and the chosen response is returned to the calling workflow.

Respond to a Yes / No / Cancel Question

To respond to a yes/no/cancel prompt:

  • Click Yes to confirm, No to decline, or Cancel to abort the calling workflow.

The dialog closes and the chosen response is returned to the calling workflow.