Enhance OIC Parallel Action to Support Assign Variable Action
Currently, in Oracle Integration Cloud (OIC), the Parallel Action allows users to execute multiple integration flows concurrently, but it does not support direct variable assignments within the parallel actions. This limitation can lead to sequential workarounds, ultimately impacting integration performance and design simplicity.
No assign action available in paral;el
This enhancement proposes the ability to assign or update variables directly within the Parallel Action. The ability to directly handle variables inside parallel execution flows will greatly streamline workflows, improve readability, and reduce the complexity of integration designs.
We acknowledge that there could be potential risks with this feature, as assigning the same variable different values within parallel tasks could lead to conflicts or unexpected behavior. However, it would ultimately be the developer’s responsibility to ensure that such scenarios are avoided by designing the integration logic appropriately. Currently, we do not have the capability to assign variables directly within parallel tasks at all, which makes this enhancement a valuable addition to streamline workflows and improve flexibility.