Jingcheng Kou

Results 10 comments of Jingcheng Kou

Hey @fwcd, Any update on this, let me know the detail for this feature. Happy to help on it.

> This is almost good to go AFAICT, I'm running the tests to confirm. Left a few small remaining comments. I just made an update to address the lint. Let...

Hi, I am interested in working on this issue. Based on my understanding, if a workflow has multiple activities, the failure from one of them will result in the following...

Hi @bergundy, thank you for your reply. May I know if my understanding above is correct regarding this issue, and how this is different from the retry options when we...

An update on this issue: Team has discussed this issue internally and decided to change the server behavior to accept activity completions even if the activity is currently backing off...

This issue comes from the sqlparser as hyphen `-` is reserved to SQL. Currently, a workaround here is to use your custom filter directly in the search bar with the...

> I run into the same issue without the hyphen: > > ``` > invalid query: unable to convert filter expression: unable to convert left side of "OrgId = 'foo'":...

The issue should be fixed with the hyphen after the merge of this [PR](https://github.com/temporalio/ui/pull/2015)

> What is the purpose of populating the field in this case? The child is clearly linked to the parent that already has the identity field populated. Thank you for...

> WorkflowTaskCompletedEvent Thank you for your feedback and your detailed explanation. I have found the change I made matches the expectation in the [request](https://github.com/temporalio/temporal/issues/2687), but not match the way you...