Skip to main content
Inspiring
July 21, 2021
Answered

Allow Action to continue to next file when it includes a stop

  • July 21, 2021
  • 2 replies
  • 2151 views

I have an Action script that includes a Stop for the user to select an area with the Marquee tool. The user then hits play to continue to the next steps. The Action includes Save and Close. This runs as expected on a single file but I want to run in on a folder of images through the Automate-Batch dialog. I get the "A command was cancelled or stopped while batching. Continue with next file or stop." dialog box. If I continue the Action skips the remaining steps and opens the next file. If I stop it runs on that file and stops. I want to stop, make the selection, continue, and then have the Action open the next file, and the next and so forth. How can I do this?

Link to my Action.

Linquist.atn

Thanks in advance for any help.

 

David

This topic has been closed for replies.
Correct answer Stephen Marsh

@David Remington 

 

It sounds like you wish to have a semi-automated batch...

 

Add "allow continue" to the stop as one can't stop in a running batch and then successfully continue.

 

After the stop, insert a "select all" and "transform selection" to provide the user with an interactive selection creation while still successfully running the batch through all input files.

2 replies

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
July 25, 2021

@David Remington 

 

It sounds like you wish to have a semi-automated batch...

 

Add "allow continue" to the stop as one can't stop in a running batch and then successfully continue.

 

After the stop, insert a "select all" and "transform selection" to provide the user with an interactive selection creation while still successfully running the batch through all input files.

Inspiring
July 27, 2021

Hi Stephen,

 

This worked! I found it does not need the Stop with the dialalog box checked on Transform Selection the Action pauses at that point and continues after checking commit. Then it opens the next file.

 

Thanks for the tip!

 

David

Stephen Marsh
Community Expert
Community Expert
July 27, 2021

Thank you for the courtesy of a thank you reply and for marking this topic as correct to help other people searching for similar issue in the future.

Kukurykus
Legend
July 21, 2021

Scritping will be better solution for you. Anyway to help you in your problem it will be better if you illustrate it by screenshots and attach a link to your .atn file. You may also record your doings and insert made video.

Inspiring
July 21, 2021

Thanks Kukurykus. I added a link to the Action and screen shots.

Kukurykus
Legend
July 21, 2021

You'll probably be helped by you one of actions passionates that I know.

Allow Action to continue to next file when it includes a stop