Hi,
I have workflow with a BOFmodule activity that does a heafty task of validating thousands of documents. When the BOF method was running, after few minutes workitem which is acquired state gets moved to "A Paused" state. But in the workflow method completes successfully and an exception is thrown when the transition attempt to the next activity is made.
javax.servlet.ServletException: DfException:: THREAD: http-0.0.0.0-9084-1; MSG: [DM_WORKFLOW_E_WORKITEM_TRANSITION]error: "Workitem (4a00000280001904) fails to make the state transition."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-0.0.0.0-9084-1; MSG: [DM_WORKFLOW_E_ACTION_NOT_ALLOWED]error: "This operation is not allowed when the state is 'paused' for workitem '4a00000280001904'."; ERRORCODE: 100; NEXT: null
at com.documentum.mthdservlet.DoMethod.invokeMethod(Unknown Source)
As per the CS reference manual, I understand that transition to "Finished" state is allowed only from "Acquired" state. Since the workitem is in paused state an exception is thrown.
The same workflow runs fine when the no. of documents to validate is less. I am not sure what is causing the workitem to move to "A Paused" (Acquired Paused) state.
Any help will be great as this is show stopper on our project.