Table of contents
Flow - drcompletenotify
Description
This flow is intended to optionally display a visual notification. The displaying is determined by a persistent variable.
Variables
Used
The following variables can be passed in and will be processed by the flow.
Variable | Description |
---|---|
Notify * | When set to true will trigger a visual notification to be displayed by the flow. |
NotificationTitle * | The title to be shown in any visual notification. |
NotificationMessage * | The message to be shown in any visual notification. |
* These are mandatory for triggering this flow.
Created
No variables are created by this flow.
Termination
- Post Notification.
- External Trigger:
drwfu
Flow
Scripting
Sample Code (AppleScript)
tell application id "com.runningwithcrayons.Alfred" to run trigger "drcompletenotify" in workflow "com.thoughtasylum.doctordrafts"
URL
alfred://runtrigger/com.thoughtasylum.doctordrafts/drcompletenotify/
Notes
- None.