Hi Experts,
I started using Process Orchestration and not much familiar with Netweaver BPM in PO7.31,Need to check how we can implement below requirement in NWBPM( specifically the BPM steps/tasks/activity in NWBPM):
Step 1 -> System A sends the data to PI.
(Pls refer the attached xml file with 0…unbounded RecordDetail).
Step 2 -> PI sends the data to NW BPM System as it is .Now BPM will checks the
following condition on the field “Type” (RecordDetail/ PriceDetail/Prices/Price/Type) in each RecordDetail which is 0..unbounded message structure.
Step 3 -> If Type !=Collect , need to send data to PI straight away.Here we need to form a new message structure with type! = collect and send that 0..unbounded single message structure to PI.
Step 4 -> If Type= Collect, checking this value for all 0..unbounded message structure and collecting these messages and sending each of these messages one after another with a 5 seconds gap in between them to PI.
Regards
Deepak