Liang Mei

Results 31 issues of Liang Mei

https://github.com/temporalio/sdk-java/pull/63

feature

https://github.com/temporalio/sdk-java/pull/61

feature

Similar to the recent changes for start

For a workflow, where "memo" field is set through WorkflowOptions, calling continueAsNew fails to propagate the value to subsequent instances. So any subsequent invocation of "describe workflow" will have null...

Prometheus does not allow dash in metrics names.

Currently Activity heartbeat can only be called from Activity thread. This is quite inconvenient if people want to spawn timers and offload the heartbeat logic to the timer thread, etc....

We do not block block people from using workflow syntax, i.e. invoking activities, local activities, child workflows, Async.function and Async.Procedure in Signal Method. This has several implications, as SignalMethod and...

Right now when a workflow is not running (e.g. between retries or cron schedules), querying the workflow will result in NPE. One way to fix this is to have a...

![image](https://user-images.githubusercontent.com/3085410/74559653-c66c8980-4f19-11ea-84a7-5e3eb69499eb.png)

bug