pub fn process_offline_result(result: FullValue) -> Result<(), Error>
Expand description
Processes the given result of an offline workflow execution.
§Arguments
result_dir
: The directory where temporary results are stored.
result
: The value to process.
§Returns
Nothing, but does print any result to stdout.
§Errors
This function may error if we failed to get an up-to-date data index.