FlowWebNotificationOptions
Represents options for web notifications in a workflow, including multilingual titles, messages, and a flag for modification status.
Properties
Name | Description |
---|---|
Title | A multilingual dictionary containing the titles of the web notifications, mapping language codes to title text. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
Message | A multilingual dictionary containing the messages of the web notifications, mapping language codes to message content. |