admin管理员组

文章数量:1387327

I have created simple boomi WSS test process, which reads input json, validates it for required params and logs validation success/failure in Opensearch.

At high level, I have start shape with WSS listener, setting properties and try catch block after this.

As per logs, whole process took 41.977 sec. But try catch shape only took 6.2 sec. I was expecting process to take- start(0.763)+set properties(0.002)+try/catch(6.261)= 7.026 Seconds. Would like to understand why process took total 41.977 seconds.

Thanks in advance.

本文标签: loggingBoomi Process State LogsStack Overflow