tldr: Can tctl workflow reset-batch work on closed workflows?
We have a use case that when a bad deployment happened with non-deterministic error, we will need to reset-batch corrupted workflows after rollback. But reset-batch will cause a significant load to our workers. So we were thinking to terminate all corrupted workflows as a first aid. and do reset-batch later on for specific workflows that they need to be reset and continue to execute the signal. so not sure if that is doable that reset-batch on closed/terminated workflows.
thanks