Doru Chiulan

Results 3 issues of Doru Chiulan

Hi, I can't manage to get width and height working. I am calling this in document.ready : ``` javascript $(document).ready(function() { $('#progressDivContainer').percentageLoader({ width : 100, height : 100, progress :...

Seems there's a bug when using JavaClient WorkflowClient.execute to start a new workflow async. WorkflowClient.execute(workflow::start) JavaClient version: com.uber.cadence cadence-client 2.7.1 Cadence container that i'm running: ubercadence/server:0.11.0-auto-setup ``` 020-04-10 03:20:03.204 INFO...

I'll go with a top-to-bottom approach with the things I encountered, and how I tried to solve them in my project. 1. **WorkflowClient** - WorkflowClient.start with `io.temporal.workflow.Functions.Func` arguments - WorkflowClient.start...