feat: remove default timeout for both nodes and workflow (#585)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user