Chad Retz
Chad Retz
This is on hold because it brings over new events which the server is not prepared for.
@mmcshane - No problem, closing this. Thanks!
Just as a heads up, I have another library that does this at https://github.com/cretz/pb-and-k. Just figured I'd toss it out there though I understand reasons for sticking with Kotlinx.
> Development of pb-and-k has been slowed down due to the original developer having limited time. This is true...apologies, much of my day job has shifted away from Kotlin.
Yes, they are used at https://github.com/temporalio/sdk-go/blob/v1.11.1/internal/internal_event_handlers.go#L869 and https://github.com/temporalio/sdk-go/blob/v1.11.1/internal/internal_event_handlers.go#L1390 respectively. We can look into deprecating and/or using alternative approaches if necessary. Can you explain the reasoning for deprecation?
@wxing1292 - Bump
I am afraid it is not easy to deprecate since it is in active use and could affect compatibility if changed.
Marking this as something for the next-gen SDK.
I have replicated this. In cases where a query is sent to a not-yet-started workflow (can happen during restart, cron, etc), the task polled has only a history with `WorkflowExecutionStarted`...
Are you regularly querying the workflow and getting "Attempt to generate a command before processing WorkflowTaskStarted event"? It is currently a bug in the SDK where querying a workflow while...