A client was getting this compile error “in a sequential convoy the ports must be identical” when compiling an orchestration which had two consecutive receive ports in a sequential convoy. The answer was simple they needed to use a concurrent convoy not a sequential convoy. – Rob