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
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.