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!

Adding element to an array in data association simple expression

Chris MaggiulliApr 11 2018

I have a human activity that sequences into a service activity. The service activity has the following array as input: body.creditLine[]. In data association I have a transformation between claimFromDataObject.claim.claimLine[] to body.creditLine[]. However, there are some additional values I need to add to creditLine[] array after I add the claimLine[] data. I've tried the following:

"1" -----> body.creditLine[body.creditLine.length+1].quantity

However I dont think this works because how when its evaluated. I think body.creditLine.length is evaluating to 1 even though I map 5 claim lines to credit lines before that. See images below

pastedImage_0.png

and the transofmration from claimLine to creditLine is as follows

pastedImage_2.png

Any thoughts on this? I think if I could get the size of the claimLine on the right hand side maybe that would work?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2018
Added on Apr 11 2018
0 comments
94 views