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

    Type Alias GetStartProcessFormResponses

    type GetStartProcessFormResponses = {
        "200": FormResult;
        "204": void;
    }
    Index

    Properties

    Properties

    "200": FormResult

    The form is successfully returned.

    "204": void

    The process was found, but no form is associated with it.