In 12c, the compositeInstanceID is a different identity to the flow ID.
I've created a file adapter based app which only makes use of a mediator, and I need to use the FlowID in creating the output file instead of using the current date plus sequence ID. However, there is no 'ora:getflowid()' function in mediator, unlike in BPEL. Do you guys got a solution for this? I've tried hard cording the said function, and tried making it med:getflowid() instead, but nothing worked. Also, med:getCompositeInstanceId() returns a different value now.
Hope to here from someone asap 'cause I need to fix this defect. Thanks!