I have a group of actions under separate function keys that do things like noise reduction, curves, output sharpening, etc. Within each of those I have checkmarks for interacting with the pop up dialog boxes for adjustments. Each of these is done on a separate layer named for that action and the actions do not flatten the image upon completion.
Now, I am building a separate workflow consolidation action that calls each of those separate actions individually, in sequence together, and I want to insert a pause at the end of the sequence so I can adjust the opacity and blending of the individual action layers so I can get my desired appearance before saving. How do I insert what is basically a null step that creates a pause in the action execution?

