Set Stream to a Process Flow Variable
How do we set a output stream from a Data Mapper to a process flow variable withing the same flow?
I want to use the variable I set in a Mapper (in a context schema Definition) after the Context Target within the same flow.
This is what I am trying to do
start --> source --> Data mapper1 --> set output from Data Mapper1 = Results.xml --> context target --> Data Mapper2--> map Results.xml to a field in Data Mapper2 --> WS consumer
0
-
Set parameterName = "Results" in the Context Target activity, then set Results in the context schema inside Data Mapper2.
0
Post is closed for comments.
Comments
1 comment