tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ProcessDefinition

ProcessDefinition class

Signature:

export declare class ProcessDefinition extends RepositoryLocalObject

Extends: RepositoryLocalObject

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, activityDefinitions, …rloArgs })   Constructs a new instance of the ProcessDefinition class

Properties

Property Modifiers Type Description
_backendModel   BackendProcessDefinition  
activityDefinitions   ReadonlyArray<ActivityDefinition> | undefined The first Activity Definition specified in this collection is the one that will be used to create the first Activity Instance of the workflow.
getInternalModel   () => BackendProcessDefinition  
storeSnapshot   boolean A value indicating whether Process Instances based on this Process Definition store snapshots.