Edit on GitHub

Notify Object

A schema that is used to validate a part of Laboperator workflow templates.

Options to an Notify action. In contrast to an alert the notification does not interrupt the execution of a workflow and requires no user interaction. It will only be shown to users that have the workflow open at the time of the action being run.

Notify Object
property name*
object
textrequired
string

A text to display on the notification. Supports field value interpolation using the double curly parentheses syntax {{MyField}}.

autoHideDuration
number
default: 5000

Duration in milliseconds after which to hide the notification automatically.

variant
string
one of: default error info success warning
default: default

The alert variant will impact the color and signals different stages of urgency or importance.

Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.