The BPM Directory is an information repository. It stores configuration information about a BPM Environment. This repository is a fundamental component of the BPM Environment; a BPM Environment cannot exist without a BPM Directory. All the users information and organizational unit information maintains on BPM directory. Oracle BPM also provides API named FDI to CRUD operations on these information. For more additional information see here . In this current post, i will provide sample java code which will help to quick start with FDI. Fdi Api is not public api to use, for these reason only a few reference found on the web. Oracle BPM Standard Components Reference provides most of the information to working with FDI. For example purpose, i will use Bpm Standalone Enterprise server directory.xml. To run standalone client we have to need following libraries on class path: fuegopapi-client.jar b1oracle.jar b1base.jar b1util.jar b1resource.jar Here is my maven pom.xml file <proj...
A journey for designing high-performance software based on NoSQL, BigData and Microservices