@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias GetProcessDefinitionXmlResponses

    type GetProcessDefinitionXmlResponses = {
        "200": string;
        "204": string;
    }
    Index

    Properties

    Properties

    "200": string

    The XML of the process definition is successfully returned.

    "204": string

    The process definition was found but does not have XML.