Attachments in Oracle BPM 11g – Create a BPM Process Instance by passing an Attachment
- by Venugopal Mangipudi
Problem Statement:
On a recent engagement I had a requirement where we needed to create BPM instances using a message start event. The challenge was that the instance needed to be created after polling a file location and attaching the picked up file (pdf) as an attachment to the instance.
Proposed Solution:
I was contemplating…