Table of contents
Flow - drnoise
Description
Toggles the Noisy
variable between true
and false
. This variable is part of the completion flow called at the end of each active flow. It determines whether an audible element should be triggered as part of the completion.
Variables
Used
No variables are passed into this flow.
Created
The following variables are set-up by the flow.
Variable | Description |
---|---|
Noisy | This is the variable this flow toggles between true and false . |
NotificationTitle | The title to be shown in any completion notification. |
NotificationMessage | The message to be shown in any completion notification. |
Termination
- Play Sound.
- External Trigger:
drcomplete
Flow
Scripting
Sample Code (AppleScript)
tell application id "com.runningwithcrayons.Alfred"
run trigger "drnoise" in workflow "com.thoughtasylum.doctordrafts"
end tell
URL
alfred://runtrigger/com.thoughtasylum.doctordrafts/drnoise/
Notes
- None.