why do unloaded components have pending updates in RTC
![]() Here is the situation. Stream has several components. Workspace1 includes all of the components. Workspace2 only includes a subset. Both WS flow from / to the stream. When I make changes to a component in WS1 that is missing in WS2 and deliver, I get updates notification in WS2 and acceptting those it adds the missing component. Which seems strange. I have also tried removing a component from a WS and that also affects the other WS. I am missing an action and if the above is correct, can anyone explain the thinking behind it. Is it because the stream has all of the components? Regards, John |
Accepted answer
One other answer
![]()
Hi John,
this is because your stream has various components and it's the default Flow Target for your WS. For your WS (let's say WS1), the additional components is a difference in the configuration with its target stream: that's why you are seeing the incoming change to add the components. If you remove your component in a WS once you deliver this change, the other WS ("WS2") will be affected because the component no more exists in the flow target that both share. Hope this helps. Regards, Jorge. Comments Hi Jorge,
Hi John,
|