camunda-client-go icon indicating copy to clipboard operation
camunda-client-go copied to clipboard

Camunda REST API client for golang

Results 8 camunda-client-go issues
Sort by recently updated
recently updated
newest added

I've tried to update a process variable and I was getting an error. I realised the client was using POST instead of PUT. I ended up using the Modify call...

bpmnClient.QueryFetchAndLockTopic.ProcessDefinitionKeyIn Sorry my pure english We have error when start handling external tasks, I thing this need slice not pointer string

We need more correlation fields in `ReqMessage` for our project. There are a few more fields not added by this PR, but since we are not using them, I did...

Using the fs.File interface is better because it allows you to use all objects that implement it. Not just files received from the file system. In general, it's all using...

Hello. I had a need to run events, with the transfer of local variables, so that they were not visible on the main process. There is such an opportunity in...

Does this library implement external service task support external service task retrieval? How to implement it ? THX

Camunda throws an `org.camunda.bpm.engine.MismatchingMessageCorrelationException` exception when `businessKey` field in `POST /message` is an empty string. `BusinessKey` field in `ReqMessage` struct in `message.go` should have `omitempty` for it work properly.