![]() |
Consumption Analytics Documentation |
In addition to the required process name, you can use the ProcessInfo
bean to configure end-of-job email notifications. For example:
<bean id="processInfo" class="com.cloudcruiser.batch.ProcessInfo"> <property name="processName" value="vCenter"/> <property name="notifyOnSuccess" value="true"/> <property name="notifyOnFailure" value="true"/> <property name="notifyAddresses" value="bob@mycompany.com, joe@mycompany.com"/> </bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP