Table of contents
Flow - drcompletenoise
Description
This flow is intended to optionally play a sound. The playing is determined by a persistent variable.
Variables
Used
The following variables can be passed in and will be processed by the flow.
Variable | Description |
---|---|
Noisy * | When set to true will trigger an audible sound to be played by the flow. |
SoundPath | Specifies the path to the sound file. If blank, this will default to the file path to the system sound “Hero”. |
* These are mandatory for triggering this flow.
Created
No variables are created by this flow.
Termination
- Play Sound.
- External Trigger:
drwfu
Flow
Scripting
Sample Code (AppleScript)
tell application id "com.runningwithcrayons.Alfred" to run trigger "drcompletenoise" in workflow "com.thoughtasylum.doctordrafts"
URL
alfred://runtrigger/com.thoughtasylum.doctordrafts/drcompletenoise/
Notes
- None.