Input dialog

Overview

Input dialog is the standard text-entry prompt used by AnalyticsCreator when a workflow needs a short value from the user. It is used for values such as model names, filter names, repository names, renamed files, and changed descriptions.

Function

The dialog opens with a workflow-specific title, prompt label, and optional existing value. The text field receives focus immediately so the user can type a new value or edit the prefilled value without selecting the field first.

Choose OK to return the text field value to the workflow. Choose Cancel to close the prompt without returning a value. Any workflow-specific validation, such as checking whether a required name is empty or already used, is handled by the workflow that opened the prompt.

Access

This dialog is not opened as a standalone page. It appears automatically from commands that need a typed value before they can continue.

How to access

Not direct. It appears when a selected workflow asks for a typed value.

Toolbar

Opened by toolbar commands that need a name or description.

Diagram

Opened by diagram workflows when they need a typed name.

Visual element

Input dialog

Screen overview

ID Property Description
1 Dialog title Workflow-specific title, such as Model name, Enter filter name, New repository, Rename, or Change description.
2 Prompt label Explains what value should be entered, such as Enter name, Filter name, Repository name, New name, or New description.
3 Text field Editable input field. It can be prefilled with an existing value when the workflow provides one.
4 Cancel Closes the prompt without returning an entered value to the workflow.
5 OK Confirms the text field value and returns it to the workflow that opened the prompt.

Related topics