Liang Mei
Liang Mei
Also fix cron first execution time in test framework
Currently only adding activity type. ActivityId and EventId is not available right now in SyncDecisionContext and it's not trivial to add. My understanding is that activity type should be good...
Merge of this PR from Temporal: https://github.com/temporalio/sdk-java/pull/56 This is a runtime breaking change, so we need to check if we can derisk it somehow (making it backward compatible)?
https://github.com/temporalio/sdk-java/issues/43
Original issue: https://github.com/uber/cadence/issues/3475 This is more of an activity task processing issue, but it can theoretically be an issue for decision tasks as well. Right now the polling logic is...
https://github.com/temporalio/sdk-java/pull/69 https://github.com/temporalio/sdk-java/pull/73