Hi Everyone,
How to read the context properties from Pipeline to orchestration. In our case, we are spiting the complete message in pipeline level using custom pipeline component and reading message by message finally aggregating them to a batch once all messages received inside an orchestration.
Now I need to count the total records in a message received at pipeline and send it to orchestration.
Can anyone please help me to solve this?
Thanks in advance