15
Views
1
Comments
Sending a notification/loaders when BPT Process is done
Question

Hello,

I'm using BPT Process to read big data from Excel. Is there any way to notify Users when the process is done? Since it's all happening in background, I don't know what parameter I can bind.
Thank you.

-Hannah

2025-12-22 13-50-43
Sherif El-Habibi
Champion

Hello @shaped clouds,

Right before the end of the process flow, you can add an Automatic Activity to notify the user once the process completes whether it succeeds or fails.

Inside that activity, you can use something like Send Email or Send Push Notification wrappers (usually provided by components) to inform users.

From what i have seen most of these actions typically don’t require specific input parameters from the BPT itself, you can retrieve the user details or notification data directly from your process context or database.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.