IFlowPushNotificationOptions
Represents options for push notifications in a workflow, including multilingual captions, messages, enablement, and a flag for modification status.
Properties
| Name | Description |
|---|---|
| Caption | A multilingual dictionary containing the captions of the push notifications, mapping language codes to caption text. |
| EnablePushNotification | Indicates whether push notifications are enabled for the workflow. |
| Message | A multilingual dictionary containing the messages of the push notifications, mapping language codes to message content. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |