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?
Returns
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.