Hi,
How I can create two concurrent processes in the same activity set each of which has different processing times. To explain more, I have an exam room process in which the processing time follows a triangular distribution. It contains three activities A, B, and C, and each of these activities have specific and fixed processing times. I want to make just activity B ( with X minutes of processing times) concurrent with the whole exam room process. How it could be possible?
Thanks!