Link Search Menu Expand Document
Table of contents
  1. Flow - drcompletenoise
    1. Description
    2. Variables
      1. Used
      2. Created
    3. Termination
    4. Flow
    5. Scripting
      1. Sample Code (AppleScript)
      2. URL
    6. Notes

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

drcompletenoise

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.