Skip to main content

SAVE_DOCUMENT

Saves the current document. Optionally closes the document after saving.

At a glance

  • Category Editor
  • Version: 1.2.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
closeWhether to close the document after saving. Supports variable resolution.falsefalsetrueNoneNone

Examples

Save the document

- step: SAVE_DOCUMENT

Save and close the document

- step: SAVE_DOCUMENT
close: true

See Also

General Resources: