In Polkadot and Kusama blockchains emitted module events has the phase property so we can correlate them with the extrinsic that triggered that event but I can't do the same when the extrinsic is included in a utility.batch
(https://polkadot.js.org/docs/substrate/extrinsics#batchcalls-veccall) or utility.batchAll
(https://polkadot.js.org/docs/substrate/extrinsics#batchallcalls-veccall) extrinsic as far as I know.
Is there a way to correlate an event with the related extrinsic included in a utility.batch
or utility.batchAll
call?