Skip to main content
Version: 8.6

Deploy resources

POST 

/deployments

Deploys one or more resources (e.g. processes, decision models, or forms). This is an atomic call, i.e. either all resources are deployed or none of them are.

Request

Body

required
    resources binary[]

    The binary data to create the deployment resources. It is possible to have more than one form part with different form part names for the binary data to create a deployment.

    tenantId string

    The tenant to deploy the resources to.

Responses

The resources are deployed.

Schema
    deploymentKey int64

    The unique key identifying the deployment.

    deployments object[]
  • Array [
  • processDefinition object
    processDefinitionId string

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

    processDefinitionVersion int32

    The assigned process version.

    processDefinitionKey int64

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

    resourceName string

    The resource name from which this process was parsed.

    tenantId string

    The tenant ID of the deployed process.

    decisionDefinition object
    decisionDefinitionId string

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

    version int32

    The assigned decision version.

    decisionDefinitionKey int64

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

    name string

    The DMN name of the decision, as parsed during deployment.

    tenantId string

    The tenant ID of the deployed decision.

    decisionRequirementsId string

    The dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment.

    decisionRequirementsKey int64

    The assigned key of the decision requirements graph that this decision is part of.

    decisionRequirements object
    decisionRequirementsId string

    The dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision.

    version int32

    The assigned decision requirements version.

    decisionRequirementsName string

    The DMN name of the decision requirements, as parsed during deployment.

    tenantId string

    The tenant ID of the deployed decision requirements.

    decisionRequirementsKey int64

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

    resourceName string

    The resource name from which this decision requirements was parsed.

    form object
    formId string

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

    version int32

    The assigned form version.

    formKey int64

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

    resourceName string

    The resource name from which this form was parsed.

    tenantId string

    The tenant ID of the deployed form.

  • ]
  • tenantId string
Loading...