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

Flow - drnotify

Description

Toggles the Notify variable between true and false. This variable is part of the completion flow called at the end of each active flow. It determines whether a visual 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
Notify 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

Flow

drnotify

Scripting

Sample Code (AppleScript)

tell application id "com.runningwithcrayons.Alfred" to run trigger "drnotify" in workflow "com.thoughtasylum.doctordrafts"

URL

alfred://runtrigger/com.thoughtasylum.doctordrafts/drnotify/

Notes

  • None.