Add Attachment in WF Notification
Hi Experts,
I'm trying to start a workflow from OAF page and pass any attachment type(MS office, pdf, txt, etc.) there. When I defined the workflow 'document' attribute type, I didn't see the PLSQLBLOB type, and I'm not sure where to put plsqlblob:<procedure>/<document_identifier>).<procedure> in the workflow? Also, when I set the attribute in Java: WFEngineAPI.setItemAttrDocument(), what's the documentId to be set?
Any input is appreciated.