Friday, September 13, 2024

OIC Gen 3 - Data Stitch action

Data stitch operation types:

  1. Assign : suppose , you use a invoke inside a scope and want to take the invoke variable data to outside of the scope, that case mainly we use assign.
  2. Append : suppose, we have a scenario , where we need to incrementally build a message payload or partial update of the payload.
  3. Remove : to remove some data from an existing payload.


Assign:

OIC - Global variable and Data Stitch action using assign operation

Append:

OIC - Append operation in Data stitch action | Incrementally build a messags payload using Data stitch

Remove:

TBD


No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...