* </pre>
*/
public TerminEventData await(Long pipelineId) throws InterruptedException {
Assert.notNull(pipelineId);
TerminMonitor terminMonitor = ArbitrateFactory.getInstance(pipelineId, TerminMonitor.class);
Long processId = terminMonitor.waitForProcess(); // 符合条件的processId
if (logger.isDebugEnabled()) {
logger.debug("## await pipeline[{}] processId[{}] is termin", pipelineId, processId);
}
// 根据pipelineId+processId构造对应的path