Jump to content

How to Programmatically Execute Automator Workflows and Service?


Recommended Posts

  • 4 weeks later...

Hi David,

 

(I am also in Huntsville!)

 

I have an Automator Service that I want to invoke from Alfred. It combines the pdf files that are selected in the Finder. I am a scripting novice and I tried a bash script:

 

automator "\Users\myusername\Library\Services\Combine Selected PDF Files.workflow"

 

I select the files to combine in the finder and invoke the command but nothing happens. Am I trying to do something that is impossible or doing something wrong?

 

Thanks!

Link to comment

Hi David,

 

(I am also in Huntsville!)

 

I have an Automator Service that I want to invoke from Alfred. It combines the pdf files that are selected in the Finder. I am a scripting novice and I tried a bash script:

 

automator "\Users\myusername\Library\Services\Combine Selected PDF Files.workflow"

 

I select the files to combine in the finder and invoke the command but nothing happens. Am I trying to do something that is impossible or doing something wrong?

 

Thanks!

 

Someone else in Huntsville, awesome! Considering the size of the tech community here, I've been surprised that I haven't run across more.

 

Anyway, could you send me the workflow that you've created so that I could take a look at it and see if I can figure out whats going on? 

 

Edit: Forgot to mention, if you can't easily post it somewhere for me to download it, could you send it via email? david @ alfredapp.com.

 

Thanks

Link to comment
  • 1 month later...

Is there a way to pass parameters to the automator workflow from Alfred?

 

Depending on what you are attempting to set/pass you could use the -i or -d switch and pass values into the automator command line too. Open a terminal and type 'man automator' to see more information on the automator command line tool

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...