Thursday, June 6, 2013

#251 Oracle BPM leveraging file adapter properties

Simple scenario here - the input to the BPM process specifies which directory/file we should read.
Here I set file adapter input properties. I then write to a target directory/file - these are set as file adapter output properties.












Here is the BPM process -








Ok, Start expects the following input -
sourceDirectory
sourceFile

These are then saved to process data objects.
These process data objects are then used to set input Service Properties for ReadOrder -














I also create 2 variables for the targetDirectory and fileName.




These are then used to set the Service Properties for WriteOrder -












Simple, isn't it?



No comments: