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

    Function createCamundaResultClient

    • Experimental

      This feature is under development and is not guaranteed to be fully tested or stable.

      Parameters

      Returns CamundaResultClient

      Factory returning a proxy that mirrors the CamundaClient surface but never throws. All async returning methods (Promise or CancelablePromise) are wrapped into Promise<Result<..>>. Synchronous utility methods (e.g. logger(), getConfig()) are passed through unchanged.