Monday 27 February 2017

IBM C9550-412 Question Answer

A company requires an automated process to send email reminders to its employees on the first day of each month. How should the BPM application developer implement this?

A. Use the BPM scheduler service which will use the IBM BPM REST API to start the process.
B. Configure a start message event in the business process diagram (BPD) and attach it to a time elapsed undercover agent.
C. Add an intermediate timer event which fires on the first of each month followed by a loop back to the beginning of the process.
D. Create a separate business process diagram (BPD) that polls the current date and starts the other process if it is the first of the month.

Answer: B