Yichao Yang

Results 24 comments of Yichao Yang

https://github.com/temporalio/temporal/pull/3069

Server stores a workflow's original runID (in workflow start event) which won't change during reset. So one potential solution is generate child workflow ID based on this original runID. But...

We should probably separate long poll logic to a new API and also add firstEventID and more types of HistoryEventFilters for the long poll.

👍 Totally agree for commands like batch-reset, etc. For admin DB operation commands (for example adm delete workflow) I actually prefer to keep them separate from becoming part of cadence...

@yux0 Plz also help review this PR as it's related to the replication stack.

`tctl` has already been deprecated and no longer being maintained. The binary is included in both server and admin-tools images but are not actually being used in any way. ~~In...

Update: Team is still discussing if `tctl` should be removed from the next release. If not, we will update the dependencies in it to address security vulnerabilities.

Describe workflow execution does not support archived workflows. History for archived workflows can be retrieved from archival storage and returned via the GetWorkflowExecutionHistory API or `tctl wf show` when runID...

Hi @adamko147, thanks for the proposal! I will bring this issue to team and get relevant folks involved to review the approach described.

cc @rodrigozhou @pdoerner Can you help take a look here?