Skip to main content
Version: 8.9 (unreleased)

Function: createCamundaResultClient()

function createCamundaResultClient(options?): CamundaResultClient;

Defined in: resultClient.ts:19

Experimental

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

Parameters

options?

CamundaOptions

Returns

CamundaResultClient

Description

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.