Currently, we can only pass one event log property to Operation.Complete. We have the need to pass multiple properties - we don't want to destructure our result object.
Could we instead pass an array of enrichers to Operation.Complete to "enrich" the operation result?
Currently, we can only pass one event log property to
Operation.Complete
. We have the need to pass multiple properties - we don't want to destructure our result object.Could we instead pass an array of enrichers to
Operation.Complete
to "enrich" the operation result?