BPM: Increase the UX with Active Waiting
Hi, I had some projects in the past where Oracle BPM has been involved and I have been asked many times on how can we improve the experience of Initiating an Asynchronous Process and redirecting Automatically to the first Human Task UI when available The code of this post can be found in my GitHub https://github.com/DanielMerchan/ActiveWaitingDemo Architecture of the Active Waiting Demo The following diagram describes the Architecture of the Demo. 1. The ADF UI Application starts a Asynchronous BPM Process by calling the start asynhronous interface exposed by the BPM Process. 1.a : The First Activity of the BPM Process registers in a CUSTOM database table the Process Info. This information is needed by useful administrative SOA API which is used to retrieve the Audit Trail and other statuses of a BPEL / BPM Process. Note: The BPM Process has 3 Timer Activities to simulate processing before a Human Task is reached 1.b: The Poller starts first trying to get...