Josh Wulf

Results 95 comments of Josh Wulf

I'm using node_xslt.readXsltFile to load in the Docbook stylesheets. They are modular and use a lot of imports. Reading the base xslt stylesheet into a string and then using libxsltjs.readXsltString,...

Please see https://github.com/walterhiggins/ScriptCraft/issues/452

@nikku - with the 8.5.0 release we will be supporting the JS SDK. The Zeebe Node client published as zeebe-node is going to be unmaintained from 8.5.0. The new package...

Solution 1 would be best, but may be too far in the future. I would be happy with 3 now, and 1 later.

You will have to then examine the error to determine if the failure is related to the `VariablesFromMap` or some network-related failure (including "workflow not deployed").

I do this in the Node client using micromustache, see the section "Mailgen and Micromustache" here: https://zeebe.io/blog/2019/10/nestjs-tx-email/ And the code for the Slack consumer: https://github.com/jwulf/zeebe-slack-worker/blob/master/src/slack-sender.ts#L57

What happens when a worker tries to complete a job, overriding a read-only variable. Does it throw over gRPC in the client?

In the Node client, I have an "ever connected" flag. If the gRPC connection is throwing errors and it has never connected, then I can make an assumption that the...

> To get this merged, we need to: > > * Clarify the port usage: [deps: replace zeebe-node with @camunda8/sdk #4233 (comment)](https://github.com/camunda/camunda-modeler/pull/4233#issuecomment-2056923639) > * Have a way to include the...

Version 8.5.2 of the Camunda 8 JS SDK supports `CAMUNDA_CUSTOM_ROOT_CERT_STRING` as a configuration parameter. This allows you to supply a custom TLS certificate as a string. It will be aggregated...