It's all about the answers!

Ask a question

How to set flow target in a stream from different streams for each component


Rainy John (381223) | asked Nov 20 '13, 8:35 a.m.
retagged Dec 16 '13, 12:48 p.m. by David Lafreniere (4.8k7)

I have a stream A loaded with 3 components x,y,z.

Component x is delivered to stream A from a repository WS created from A.

Component y and z are delivered to stream B & C respectively by separate teams.

My requirement is that I should get the latest of x, y and z. in stream A.

Or, is there a way that in stream A I can set the flow target for x as A, y as B and z as C.

2 answers



permanent link
Sumant Renukarya (1.1k23339) | answered Nov 20 '13, 9:09 a.m.
 Hi Rainy

In order to get the latest of x,y and z components in stream A, the best bet is to change the flow target for Stream B and C to point it to Stream A. Then accept the changes at stream A

Comments
Rainy John commented Nov 22 '13, 4:02 a.m.

B and C is already pointing to other streams. Will it work if we additionally add A?


permanent link
Geoffrey Clemm (30.1k23035) | answered Nov 23 '13, 2:27 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You may be asking for something like: Allow a stream to "share" a component from another stream. (127541)
If so, you may want to add a comment indicating your interest/support.

Your answer


Register or to post your answer.