Hello,
The BPT master class and the use case applications are very helpful in understanding the basics of the concept. But is there any demonstration of a use case where we can capture an event whenever a Human activity is Due? What happens when the Due Date expires? Is there any event which we can capture? I am not able to find such a use case in the master class or documentation. Could any one guide me on this?
My use case is to send a notification email to the user (who is responsible to complete the Human activity) that your assigned activity has crossed its due date and user should attend it.
Thanks,
Vinay Rawat
Hi Vinay,
Based on the mentioned objective, I did some use-case implementations and below listed are some of the observation points and the solution statement for the objective.
Observation:
Case: Human Activity Due Time exceeded
The respective Human Activity…
The respective Process…
Solution Statement:
Below shown are some of the simple business scenarios flow along with the Wait Process activity onClose action flow
Hope this helps you!
Please let me know if you need the sample .oml or any more information :)
Regards,
Benjith Sam
If I remember correctly, when the Due date exceeds the activity automatically goes to close state, and in the onCLose event of the human activity you can check if you really want to close it or not.
You could also make a workflow like this:
This is form the partner demos OrderManager (if you have access to it you can inspect the code).
Basically after the order is placed there is a limited time by which it needs to be approve, else when the expiration time has passed the order is automatically rejected.
Maybe this inspires you to a solution.
Daniel
Hi Daniel,
I just verified the behavior of the human activity in case the due date is assigned to it, I think the due date is there just to inform the end-user, the activity doesn't get close automatically even the due date is reached until the reviewer doesn't take any action.
Could timer be a solution to this, which can be scheduled to check all the human activity which is about to pass the due date and inform their approval via email?
Sachin