Thank you visitors!
- 1,326,886 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
.Net 11g 12c Active Directory ADF ADF Mobile array Artifactory BPEL BPM C# Chef cluster Coherence Continuous Integration customization database Docker E-Business Suite git Hudson Human Task iPhone Java JDeveloper JDK JMS JVM Mac OS X Maven MDS memory Nexus OAM OPA oracle Oracle Maven Repository ORDS OSB parse PeopleSoft Performance Process Puppet purge REST robot SDLC SOA Sonar Spaces Spring springboot SSO Subversion task flow TEQ Testing Tricks txeventq UCM WCI WebCenter WebLogic Web Service WLS WLST Worklist WS-Security
Subscribe
The A-Team Chronicles
Blogroll
- Antony Reynolds
- Arun Pareek
- Autumnator
- Chris Muir
- Dave Shaffer
- Deepak Arora
- Doug Drechsel
- Eidleman, Johnson et al
- Gary Niu
- George Maggessy
- Jacco H. Landlust
- Jack Desai
- Jan Kettenis
- Jeff Smith
- Maria Colgan
- Mike Somekh
- Official Oracle BPM Blog
- Paul Done
- Peter Moskovits
- Pieter Malan
- Practical BPM
- Rubicon Red
- Shay Shmeltzer
- Steve Button
- Tim Middleton
- WordPress.com
Top Posts
- Installing Oracle REST Data Services (standalone)
- How to read the content of a JMS message using PL/SQL
- Setting up a Maven Repository Manager with Artifactory
- Spring Boot Starters for Oracle updated
- Getting started with the new observability exporter for Oracle database
- Creating a custom profile in Oracle UCM
- Getting started with Continuous Integration for OSB
- Configuring a Java application to connect to Autonomous Database using Mutual TLS
- Implementing Task Details
- Installing WebLogic Server 10.3.3 on Ubuntu (64-bit)
-
Copyright 2009-2022 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
The header image is a photograph of a cafe in Ravello, Italy, taken by one of my favourite photographers, Roland Slee. Used with permission. Copyright Roland Slee.
About Advertising
WordPress does not allow blog owners to advertise on blogs hosted on wordpress.com, however they do sometimes inject their own advertisments into some pages for some users in order to produce revenue to support the great service they provide to us at no charge. WordPress provide blog owners with the ability to opt-out of this advertising for a small yearly fee. We prefer not to have advertisements displayed to readers of our blog and have opted out for your viewing pleasure.Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Fusion Middleware 12.1.2: Developing Applications with Continuous Integration
Fusion Middleware 12.1.3: Developing Applications with Continuous Integration
Tag Archives: Human Task
Adding a Human Task to our SOA Maven Build
In this post, we will make our SOA Application slightly more interesting, and see what we need to do to build it with Maven. The logical next thing to add is a component that depends on MDS, so we can … Continue reading
Manipulating Human Tasks (for testing)
A few months ago, while working on a BPM migration, I had the need to look at the status of human tasks, and to manipulate them – essentially to just have a single user take random actions on them at … Continue reading
Writing a Human Task UI in .Net (C#/ASP.NET) or in fact anything other than ADF
As you know, you can create the user interfaces for your human tasks using ADF. JDeveloper allows you to auto-generate a human task user interface (form) and it also includes a wizard that gives you a bit more control over … Continue reading
Updating a task from .Net
In this previous post I showed how to use the TaskQueryService to query tasks. In this post, I am going to take this one step further and update the task payload and process the task. In order to do this, … Continue reading
Extending Continuous Integration to include Human Task UI projects
If you have been following our series of posts on Continuous Integration, you will have seen that we have got SCA composites containing various components including BPEL, BPMN, Spring and Rules and also SCA Test working in a Hudson/Maven/Subversion continuous … Continue reading
Iterating/traversing arrays in BPM
Update: See this post for an updated example. Recently, I was working with a customer who has a requirement to create an arbitrary number of human tasks, based on the cardinality of an input data structure (array). A bit of … Continue reading
Human Workflow in 11g
Update: If you are interested in Human Workflow, you may also find this post interesting. It’s not about workflow per se, but it does show how to use a simple workflow in a BPMN process on 11g. I am often … Continue reading
You must be logged in to post a comment.