If the executed process wrote results into its exe...
# plugins
f
If the executed process wrote results into its execution sandbox, then you would use
output_directories
(or
output_files
) to specify which of those results to “capture” into a
Digest
. The
ProcessResult
has an
output_digest
attribute which is a
Digest
with those results.