I tried to return rlang::abort
from an shiny::ExtendedTask
so that I could use the metadata to hold some data over but it appears that the error gets converted to a simple error; is that the case?
Is there any way to return the rlang::abort error
with metadata from the shiny::ExtendedTask
?