Skip to main content
Known Participant
February 23, 2013
Question

Actions: stacking?

  • February 23, 2013
  • 2 replies
  • 975 views

Is it possible to stack  Action Sets?

ie:  A functionality when one set of actions is completed, to then execute another set of actions?

As an example:  Action Set 1 : opens file performs a series of actions, closes file.

When all files are completed, to run Action Set 2

Any ideas how to accomplish this?

Thanks

Jeff

This topic has been closed for replies.

2 replies

Inspiring
February 23, 2013

Why not just record an action that plays the other action in the order you wish?

Known Participant
February 23, 2013

My actions are a bit complicated..

I'm utilizing the File/Automate/Batch  command.


Action set1 

opens file

performs changes

copies image to an opened document.

closes first document

( This process is done 250 times..I have 250 files in a folder)


Action set2:

performs changes on all the 250 layers of the second document.


Action set2 can only be executed once the entiore first Action set1 is completed.

The only way to compile the entire process would be to copy Action Set1 250 times,( that's how many files it needs to process) then a command to initiate the second action set. But doing it this way would also make the process name/directory specific. I'd need to indicate what file/directory to open.

Ideally I would like to initiate a File/Automate/Batch command on a specified directory. once an action set is completed to then perform a second Action set.

Paul Riggott
Inspiring
February 23, 2013

It would be much easier to write a script for the workflow and to incorporate actions to do the repetitive tasks. The script should control the  open/save/close of documents. Then you should be able to do everything in one pass.