Thursday, September 24, 2020

How to set the composite instance title in SOA/BPM 12c

 Set Flow Instance Title(Advance functions)

After deployment, we can set a unique name to our Instance for easy debugging

oraext:setFlowInstanceTitle()

Note

       In oracle soa12c there is bug, due to which ora:setCompositeInstanceTitle does not work.  It’s a known issue to oracle. (use Patch- 20423408)

Please find below the steps that I have used in BPM. You can do the same thing in SOA in Assign activity

S1: Go to Data Association of start activity

S2: Drag the expression builder on processDataObject (title)

S3: GoTo AdvanceFunctions -> setFlowInstanceTitle -> Ok

Ex:

oraext:setFlowInstanceTitle(Concat('CustomerCreatoin For : ', $inputVariable.payload/client:customerName))

 

oraext:setFlowInstanceTitle(concat('Creation-',string(bpmn:getDataOutput('gInputArg')/ns:identifiant)))

You can view at runtime after deployment.



No comments:

Post a Comment

SOA Overview Part-1

  Middleware It provides a mechanism for the process to interact with other processes running on multiple network machines. Advantages...