entWorkflow

Syntax

Document.entWorkflow;

Access

readonly

Parameters

Return value Workflow

The Studio Server Workflow object for the Document.

Description

The entWorkflow property returns a Workflow object that provides access to the Studio Server workflow actions for the Document, such as checking in, saving a version, and saving as.

Examples

Check in the active document to Studio Server

// Check in the active document.
app.activeDocument.entWorkflow.checkIn();

Save a version of the active document

// Save a version of the active document on Studio Server.
app.activeDocument.entWorkflow.saveVersion();

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also