Book Image

Oracle BPM Suite 12c Modeling Patterns

By : Vivek Acharya
Book Image

Oracle BPM Suite 12c Modeling Patterns

By: Vivek Acharya

Overview of this book

Table of Contents (19 chapters)
Oracle BPM Suite 12c Modeling Patterns
Credits
Disclaimer
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Changing the Boundary Catch Event from Interrupting to Non-interrupting


We will now try to test the same scenarios that we tested in the preceding section by performing the following steps; however, this time, the timer (deadline) will be a noninterrupting timer event.

  1. Go to JDeveloper and open ExceptionDemoProcess.

  2. Click on the timer B, which is set on the ApplicationVerification human task.

  3. Change the timer B from interrupting to noninterrupting.

  4. Make changes in the process by deleting the sequence flow from the subprocess (Allocated-B) to the ApplicationVerification human task.

  5. Create a sequence flow from the subprocess (Allocated-B) to a None End Event as pointed by an arrow in the following screenshot:

  6. Test the process by passing the appropriate input parameter. The following table shows the input parameters along with their results:

    Input parameter

    Results

    AppsVerify-BC

    We can check that when timer B expires, the subprocess (Allocated-B) gets initiated. Also, as we have passed input...