Hi all, I would like to know whether the recoverActivity operation in InstanceManagement API is in working condition. Also what's the semantics of it when invoked using "retry". Does it re executes the mentioned activity? What will happen if the activity instance is already executing (eg: Invoke activity waiting for a response)...
The operation requires the ActivityInstanceId to be given together with ProcessInstanceID. How can I retrieve the ActivityInstance ID for an activity. thanks, Thilina 1. http://people.apache.org/~mriou/ode-site/javadoc/org/apache/ode/bpel/pmapi/InstanceManagement.html#recoverActivity(java.lang.Long,%20java.lang.Long,%20java.lang.String) -- Thilina Gunarathne - http://thilinag.blogspot.com
