Home > @tridion-sites/models > TridionProcessDefinition
Represents the data of a Tridion proprietary Process Definition.
Signature:
export declare class TridionProcessDefinition extends ProcessDefinition
Extends: ProcessDefinition
Constructor | Modifiers | Description |
---|---|---|
(constructor)(tridionProcessDefinitionArgs) | Constructs a new instance of the TridionProcessDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendTridionProcessDefinition | ||
diagram | string | undefined | Binary representation of the Diagram of the Activity Definition. A Microsoft Visio diagram, or an empty byte array. | |
getInternalModel | () => BackendTridionProcessDefinition |