Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Run Action File and Render
Version 1.0.0
Replay a recorded .atn Action on an image, then render the result to a flat deliverable.
View Spec
View on GitHub
AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
photoshop-action-batch
Play a recorded Photoshop Action against an image and render the output.
Submits the input image and .atn Action file to the Photoshop Actions endpoint, polls the job, then renders the processed document to a flat image and polls that job to completion.
1
submitActions
playPhotoshopActions
Replay the recorded Action file against the input image, targeting a specific action by name inside the set, and save the processed document.
2
awaitActions
getPsdJobStatus
Poll the PSD service status endpoint until the Action job completes. The submit call returns the absolute status URL in _links.self.href; the jobId this operation requires is the final path segment of that URL, so a runner takes that segment from statusHref before issuing the request.
3
submitRendition
createRendition
Render the document produced by the Action to a flat JPEG at the requested width.
4
awaitRendition
getPsdJobStatus
Poll until the rendition job reports succeeded and the flat image has been written to the output URL.