bpel - Apache ODE - how do i get the process id after the instance is created? -


I have deployed ODE as a web service and my client is communicating through app odd events. Currently, to get the example ID, we are capturing to create examples and inquire all the examples to complete the correlation. It is not very efficient and the number of examples increases, it will be a performance hit, what is the best way to get an example ID immediately after the ODE is prepared as an example of the process.

The second issue with the above approach is that if the next work has also been started in the process and the related event is removed by the Ode, we have no way to associate this work with the process ID As long as we do not understand process ID with ID first which can be delayed due to its asynchronous nature?

You can assign this value to a response variable (such as for immediate request) and use it to start a correlation set.
  & lt; Assign & gt; & Lt; Copy & gt; & Lt; To & gt; $ Psalm: PID & lt; / By & gt; & Lt; $ Response.part & lt; Gt; & gt; & gt; & Lt; / Copy & gt; & Lt; / Assign & gt;   

Actually work should be done.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -