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

Flow - drbeta

Deprecated

Description

Doctor Drafts no longer allows you to update the Drafts app to the latest beta version directly from Alfred. This is because Drafts is now managed through Testflight on macOS.

Variables

Used

No variables are passed into this flow.

Created

The following variables are set-up by the flow.

Variable Description
NotificationTitle The title to be shown in any completion notification.
NotificationMessage The message to be shown in any completion notification.

Termination

Flow

drbeta

Scripting

Sample Code (AppleScript)

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

Notes

  • Upon running this action, the user will be taken to the Beta Programme page on the Drafts website, which contains more details about accessing beta versions.