Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Running Multiple Workflows from One Main Workflow

So I am new to using the Automator, so I might be going about this the hard way. Any help would be great!

I have created individual workflows that copy folder content from my desktop to a folder on a server. There are multiple ones, because they are going to different locations on the server. I'm trying to set up a workflow that will run all of the workflows that I have saved in the same folder. But I'm not sure that I can run a workflow using variables.

Right now I have a different one set up where I manually select each workflow file, but I am hoping to automate this.

Mac OS X (10.6.4)

Posted on Feb 7, 2011 8:41 AM

Reply
3 replies

Feb 20, 2011 12:18 AM in response to Haxen2000

It should be possible to run these workflows from within either Automator or Applescript. I haven't tried it in Automator but I have done it in AppleScript. Here's the basics of the process:

1. Save each of your Automator workflows as applications. Each one has to have a distinctly different name.
2. The AppleScript consists of a series of commands like the following.

tell application "Birthdays In Two Months Final" to launch

The information in quotes is the name of one of the Automator applications you created. Each application has a separate tell command. The AppleScript can be saved as an application.

Running Multiple Workflows from One Main Workflow

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.