I have one requirement: when batch job fails, I have to send batch job parameter data in business events mail notifications.
By extending the contract class, I added a parameter field BatchJobFailedBusinessEvent payload schema, but Parameter filed is a container type field; this type is not supported in the business events.
Can you please suggest how I could fulfill my requirement?
Thanks,