Skip to main content
Version: 8.9 (unreleased)

Type Alias: DeploymentProcessResult

type DeploymentProcessResult = object;

Defined in: gen/types.gen.ts:2019

A deployed process.

Properties

processDefinitionId

processDefinitionId: ProcessDefinitionId;

Defined in: gen/types.gen.ts:2025

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


processDefinitionKey

processDefinitionKey: ProcessDefinitionKey;

Defined in: gen/types.gen.ts:2041

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


processDefinitionVersion

processDefinitionVersion: number;

Defined in: gen/types.gen.ts:2029

The assigned process version.


resourceName

resourceName: string;

Defined in: gen/types.gen.ts:2033

The resource name from which this process was parsed.


tenantId

tenantId: TenantId;

Defined in: gen/types.gen.ts:2037

The tenant ID of the deployed process.