Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamically setting flexfield values in BPEL.

Lawson Pereira-OracleMay 3 2018 — edited Feb 26 2020

Was going through the BPEL task element and came across the below tag in task:systemMessageAttributes.

pastedImage_2.png

My question here is instead of manually setting flexfield values in the .task file before deploying the SOA Bpel process as shown below,

       \<flexfieldMapping>

        \<xpathExpression/>

        \<attributeLabel>

           \<labelName>Party Name(s)\</labelName>

           \<flexfield>ProtectedTextAttribute11\</flexfield>

           \<description/>

        \</attributeLabel>

        \<description/>

     \</flexfieldMapping>

can we dynamically assign the label and the flexfield to this tag so that the corresponding value can be viewed in BPM worklist in the column with the given attribute label as per given below.

pastedImage_3.png

By doing this i want to remove the static entry of flexfield mapping in the .task file.

Thanks.

Comments

So your primary desire is to copy and paste? Have you tried the "Copy Selected Rows" button? If so, how would you like it to behave?
Also, I assume you have tried saving the data as CSV? Then you can literally open it in Excel.

User_ZZQ0F

Yes, I would like to have a possibility of copy and pase but only selected part of result (ex. only one column)

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 31 2018
Added on May 3 2018
0 comments
79 views