cancel
Showing results for 
Search instead for 
Did you mean: 

Missing custom header in a ProcessDirect stream

antBTP
Discoverer
0 Kudos
233

hi community,


I am trying to configure in a content modifier inside message header some constants, which I would like to be able to read later when I call up another stream with the ProcessDirect connector.

I have created two streams, the first:

antBTP_0-1721830377788.png

 

which has a timer and a content modifier with two headers set, and the ProcessDirect connection.

The second one:

antBTP_1-1721830394606.png

with a content modifier that tries to take the two headers passed from the previous stream.

antBTP_2-1721830427489.png

From the deployment you can see that the headers are not present, so how do I pass headers/properties from one stream to another when using ProcessDirect?

Thank you

View Entire Topic
Ryan-Crosby
Active Contributor
0 Kudos

In the second iFlow you need to make sure you add those two headers into the allowed headers field separated by a pipe character.

Screenshot 2024-07-24 at 10.48.08.png

 

Regards,

Ryan Crosby

antBTP
Discoverer
0 Kudos
Thank you for your reply. Could you please explain better what I should do to solve it?
Ryan-Crosby
Active Contributor
0 Kudos
@antBTP see the screenshot I added to the answer.
antBTP
Discoverer
Thank you very much, it works now!