Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessDefinitionResult

type ProcessDefinitionResult = object;

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

Properties

hasStartForm?

optional hasStartForm: boolean;

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

Indicates whether the start event of the process has an associated Form Key.


name?

optional name: string;

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

Name of this process definition.


processDefinitionId?

optional processDefinitionId: ProcessDefinitionId;

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

Process definition ID of this process definition.


processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

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

The key for this process definition.


resourceName?

optional resourceName: string;

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

Resource name for this process definition.


tenantId?

optional tenantId: TenantId;

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

Tenant ID of this process definition.


version?

optional version: number;

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

Version of this process definition.


versionTag?

optional versionTag: string;

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

Version tag of this process definition.