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

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

drcompletenotify

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.