I’m trying to write a failure hook that will drop up a temporary database when an op fails. The name of the temporary database is generated dynamically and returned as an output from the first op in the chain. Is there a way to make this name available somewhere on the HookContext, or another way to have it be accessible from within the hook function?