Skip to main content
Version: 8.9 (unreleased)

Interface: ExtendedDeploymentResult

Defined in: gen/CamundaClient.ts:1101

Extended deployment result with typed buckets for direct access to deployed artifacts.

Extends

  • _DataOf<typeof Sdk.createDeployment>

Properties

decisionRequirements

decisionRequirements: DeploymentDecisionRequirementsResult[];

Defined in: gen/CamundaClient.ts:1104


decisions

decisions: DeploymentDecisionResult[];

Defined in: gen/CamundaClient.ts:1103


deploymentKey

deploymentKey: DeploymentKey;

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

The unique key identifying the deployment.

Inherited from

_DataOf.deploymentKey;

deployments

deployments: object[];

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

Items deployed by the request.

decisionDefinition?

optional decisionDefinition: DeploymentDecisionResult;

decisionRequirements?

optional decisionRequirements: DeploymentDecisionRequirementsResult;

form?

optional form: object;

A deployed form.

form.formId?
optional formId: FormId;

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

form.formKey?
optional formKey: FormKey;

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

form.resourceName?
optional resourceName: string;
form.tenantId?
optional tenantId: TenantId;
form.version?
optional version: number;

processDefinition?

optional processDefinition: DeploymentProcessResult;

resource?

optional resource: DeploymentResourceResult;

Inherited from

_DataOf.deployments;

forms

forms: object[];

Defined in: gen/CamundaClient.ts:1105

formId?

optional formId: FormId;

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

formKey?

optional formKey: FormKey;

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

resourceName?

optional resourceName: string;

tenantId?

optional tenantId: TenantId;

version?

optional version: number;

processes

processes: DeploymentProcessResult[];

Defined in: gen/CamundaClient.ts:1102


resources

resources: DeploymentResourceResult[];

Defined in: gen/CamundaClient.ts:1106


tenantId

tenantId: TenantId;

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

The tenant ID associated with the deployment.

Inherited from

_DataOf.tenantId;