Is possible to load the code from multiple stream in to same work space
2 answers
Is possible to load the code from different stream in to same work space when configure the RTC build definition?
Sure you can: just add all the streams you need as flow targets on the repository workspace you use for that build definition.
Obviously one limitation is you cannot have projects with the same name (i.e., path) loaded on sandbox even if they come from different streams.
Cheers.