Skip to main content
Version: Next

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
    key int64

    The unique key identifying the deployment.

    deployments object[]
  • Array [
  • process object
    bpmnProcessId string

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

    version 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.

    decision object
    dmnDecisionId 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.

    decisionKey int64

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

    dmnDecisionName string

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

    tenantId string

    The tenant ID of the deployed decision.

    dmnDecisionRequirementsId string

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

    dmnDecisionRequirementsKey int64

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

    decisionRequirements object
    dmnDecisionRequirementsId 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.

    dmnDecisionRequirementsName string

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

    tenantId string

    The tenant ID of the deployed decision requirements.

    dmnDecisionRequirementsKey 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...