Showing posts with label BPM. Show all posts
Showing posts with label BPM. Show all posts

Saturday, January 10, 2015

JDev/ADF sample - How To Start a Case in Oracle Adaptive Case Management 12c

  • How To Start a Case in Oracle Adaptive Case Management 12c. Blog reader was asking to describe how to start a new case in Oracle ACM 12c. You can read my previous blog post on ACM 12c topic - Adaptive Case Management 12c and ADF Human Tasks. There are multiple ways to start a case, depends if you want just to test the case or really use it. I would recommend to use SoapUI to test the case. In the real scenario, case most likely will be started from third party web service or through ACM 12c Java API. Here I would like to describe, how you could use SoapUI to test ACM process during development.
    Download - HotelBookingProcessing_v1.zip

Thursday, December 4, 2014

JDev/ADF sample - Adaptive Case Management 12c and ADF Human Tasks

  • Adaptive Case Management 12c and ADF Human Tasks. I'm diving into the new topic - Adaptive Case Management 12c and ADF integration. Today will be the first post in the category and there are more posts planned for the future. I strongly believe that ACM (Adaptive Case Management) makes a great extension for standard BPM. Mainly because it allows to define a loose process, without strict order steps. Process steps can be executed in different order, depending on the situation requirements, at given time. I will be explaining how to implement ADF Human Task for ACM activity and will share several tips, how to make it run in BPM Workspace application.
    Download - HotelBookingProcessing_v1.zip

Sunday, July 22, 2012

JDev/ADF sample - Lightweight ADF Task Flow for BPM Human Tasks Overview

  • Lightweight ADF Task Flow for BPM Human Tasks Overview. We can customize and include available Oracle BPM Workspace task flows into our own ADF 11g application. Additionally to out-of-the-box task flows in Oracle BPM 11g, we can use Oracle BPM 11g Worklist API and build custom ADF task flows. While there can be different requirements and scenarios, in typical case I would suggest to use customized out of the box Oracle BPM 11g provided task flows for core requirements and additionally implement your own custom task flows based on available Worklist API. Most likely custom task flows based on Worklist API would cover less functional, but more lightweight requirements.
    Download - IntegratedBPMWorklistApp_v4.zip

Saturday, July 14, 2012

JDev/ADF sample - Tips & Tricks How to Run Oracle BPM 11g PS5 Workspace from Custom ADF 11g Application

    Download - IntegratedBPMWorklistApp_v3.zip

Monday, July 9, 2012

JDev/ADF sample - Running Oracle BPM 11g PS5 Worklist Task Flow and Human Task Form on Non-SOA Domain

  • Running Oracle BPM 11g PS5 Worklist Task Flow and Human Task Form on Non-SOA Domain. With standard setup, both BPM worklist application and Human task form runs on the same SOA domain, where BPM process is running. While this work fine, this is not what we want in development, test and production environment. Mainly because BPM worklist and Human task form are ADF artificats, its easier to develop and run in production from different server. I will describe in this post how to run both BPM worklist application and Human task form on different non-SOA domain.
    Download - Lab02_v2.zip and IntegratedBPMWorklistApp_v2.zip

Wednesday, June 27, 2012

JDev/ADF sample - ADF 11g PS5 Application with Customized BPM Worklist Task Flow (MDS Seeded Customization)

    Download - IntegratedBPMWorklistApp.zip