Skip to main content
Version: 8.9

Type Alias: DeploymentProcessResult

type DeploymentProcessResult = object;

A deployed process.

Properties

processDefinitionId

processDefinitionId: ProcessDefinitionId;

The bpmn process ID, as parsed during deployment, together with the version forms a unique identifier for a specific process definition.


processDefinitionKey

processDefinitionKey: ProcessDefinitionKey;

The assigned key, which acts as a unique identifier for this process.


processDefinitionVersion

processDefinitionVersion: number;

The assigned process version.


resourceName

resourceName: string;

The resource name from which this process was parsed.


tenantId

tenantId: TenantId;

The tenant ID of the deployed process.