I am trying to figure out in the possible ways in which Parallel processing of steps can be achieved in PEGA.
Now, the question is not about Business Parallelism, under which features like Spin off can be used.The question is in the clear context of Technical Parallelism , in which multiple processes/APIs can be invoked in parallel.
Approach 1 I know of is Asynchronous Data Pages , where Data pages can be used in conjunction with methods like Load-DataPage and Connect-Wait.
Are there any other valid methods within PEGA to achieve Technical parallelism ? I have heard that Data Flows can be used to achieve this, but I am not sure of a use case where this can be possible.
Hope to get some good answers and approaches here !
We have similar requirement where it is required to call 3 independent interfaces and we were trying to use Split-Join for the same
But we realized recently that the second interface gets called only after the completion of the first one. Any other approach that we can use for our scenario
@ShwetaB96 as the original post question was answered I suggest that you log a new question for your particular scenario so that users can help you design what you are after.