Skip to main content

eBA Group Object Sending Reminders by Time

In eBA, you can send a reminder e-mail to the users with the following method if a process that has been approved by the user group does not advance the process or does not take action within the specified time period.

The sample flow design should be as follows.

You'll put a start timer before the group object you want the schedule to run, and an end timer object after the approve event of the group object. Inside the timer start and end timer objects, you will select the timer named "Timer 1" at the bottom.

In the properties of the Timer 1 object, there are fields where you can set the day, hour and minute. Here you will write 7 in the day section, you can set the hour and minute to 0.

According to this scenario, the timer is started as soon as the flow falls into the group. The timer countdown continues unless the group object confirms and advances the flow. At the end of 7 days, if the group object still hasn't advanced the flow, Timer1 times out and the flow progresses from the "Timeout" lever from the Timer 1 object.

You can use the Function1 object if you want to assign people to the Information1 object with code. Just as you fill out the group with code, you must also add a person to the Information1 object with code in the Function1 object. You can add a person to the informational object with the following structure. Notification1.AddConstantUser(userCode);

Notification1.AddConstantUser(userCode);