Skip to main content

ExecuteStartDialogPayload

No description

type ExecuteStartDialogPayload implements OperationResultContainer {
result: OperationResult!
execution: StartDialogExecution
}

Fields

ExecuteStartDialogPayload.result ● OperationResult! non-null object

The result of the execute start dialog operation.

ExecuteStartDialogPayload.execution ● StartDialogExecution object

The workflow execution that was started by the dialog.

Interfaces

OperationResultContainer interface

Returned By

executeStartDialog mutation