Hello,
I have a method implementing IDfMethod. In that I do the following :
1. get a session
2. trigger a number of workflows
3. release the session in a finally block
I was wondering what actually happens to the session.
Does it matter that I am using the same session to trigger all the workflows?
How does releasing the session affect any of then that may be still running at that point in time?
John