#303 BPM 11g Adaptive Case Management without UCM
Maybe you are trying out ACM and do not have UCM installed.You enter such document details when creating a case.Usually this results in the creation of a sub-folder in the parent folder. In my case, a...
View Article# 304 Adaptive Case Management Java API Part 1
Here is the stakeholders definition of my demo order approvals case -Here is an instance of that case -Test API OutputAPI code to query the case -package com.niall;import java.io.StringWriter;import...
View Article# 305 Adaptive Case Management Java API Part 2
Building on from the previous post - let's get some more information - Case myCase = new Case(); List caseInfo = new ArrayList();...
View Article#306 Adaptive Case Management API Part 3
Firstly kudos to my colleague Venugopal -https://blogs.oracle.com/VenugopalMangipudi/entry/obpm_case_management_api_sIn this lab we look at the Java API and how you can use it to -query casesupdate...
View Article# 307 Adaptive Case Management API - Part 4- Getting the audit trail
Building on from the previous examples -Here is the code - public static boolean getAudit4Case(ICaseService caseService, IBPMContext context,...
View Article#308 Adaptive Case Management API - part 5 - archiving the audit trail to Biz DB
Leading on from the previous post - I now detail a basic example of archiving the case audit trail to a Biz DB. I created the following table in my Biz schemaAUDIT_TIME is defined as TIMESTAMP the rest...
View Article#309 Adaptive Case Management API - part 6 - archiving the audit trail to Biz...
As you can see, the audit table now includes a comments column.now to the format of the comments -*** comments are generated by my auditing utility.auto... are comments from Oracle Business RulesThe...
View Article#311 Happy St. Patrick's Day from Maui
Off for the month of March for some well deserved R&R.Spend today on the well worn road to Hana, instead of parading like the rest of the Irish diaspora.So until April!
View Article# 314 BPM workshop for Web Center partners
I am running this introductory workshop in Barcelona at the end of April.Details Here
View Article#315 BPM Re-deployment, keeping running instance on.
This post covers what can happen internally when you re-deploy a BPM process, keeping running instance on. Essentially I deploy the process below, create an instance. I then remove the script task and...
View Article#316 - BPM Workspace iPad App
Now available via the App Store -I finally updated my iPad to iOS 7, thus enabling me to download the Oracle BPM Workspace App which gives us a subset of workspace functionality on the iPad.Here are...
View Article#317 BPM 11g Timeout Heuristics
Here are some basic heuristics to defensively deal with timeouts in your BPM processes.The basic rule is - follow the hierarchyJTA Timeout > BPM EJB Transaction Timeout > resource timeoutWe can...
View Article#318 BPM Partner Solution Catalog
Available hereThis is a live catalog of partner solutions available on Oracle BPM 11g .The solutions showcased here in the catalog have been nominated by Oracle BPM Partners. In addition, to the...
View Article#320 Using Signals for inter process communication
BPM Start Activities of type Signal - subscribe to Oracle EDN events.BPM End Activities of type Signal - publish Oracle EDN events.BPM Wait activities of type Signal - subscribe to Oracle EDN...
View Article#322 12c @SOA Community Summer Camp August 2014
Another great event organized by Juergen Kress -details here
View Article