feat: remove default timeout for both nodes and workflow (#585)

This commit is contained in:
shentongmartin
2025-08-05 20:42:01 +08:00
committed by GitHub
parent 90b561c3df
commit 4b3042359c
6 changed files with 209 additions and 89 deletions

View File

@@ -268,8 +268,6 @@ func (r *WorkflowRunner) Prepare(ctx context.Context) (
}
}
cancelCtx = execute.InitExecutedNodesCounter(cancelCtx)
lastEventChan := make(chan *execute.Event, 1)
go func() {
defer func() {