Lock Snapshot

This step locks an application snapshot version to prevent its component configurations from being modified or overwritten.

When a snapshot is locked, its component versions become immutable. If the specified snapshot is already locked, the step completes successfully without making changes.

This step is available for use in application processes, component processes, and generic processes.
Table 1. Lock Snapshot properties
Field Description
Snapshot Name or ID The name or unique ID of the snapshot to lock. You can specify a name or use a property reference defined in the process, such as ${p:snapshot.name}.
Application Name or ID The name or unique ID of the application associated with the snapshot. You can specify a name or use a property reference defined in the process, such as ${p:application.id}.