03-12-2013 02:39 PM
03-13-2013 05:13 AM
The stack was ~1700 items deep(!)
03-13-2013 11:35 AM
<serviceTask id="prepareAuthentication" name="prepareAuthentication" activiti:delegateExpression="${nd_PrepareAuthentication}"></serviceTask>
<serviceTask id="setStateProcessing" name="setStateProcessing" activiti:delegateExpression="${nd_SetState}">
<extensionElements>
<activiti:executionListener event="start" class="com…..ServiceTaskListener">
<activiti:field name="parameterName">
<activiti:string>state</activiti:string>
</activiti:field>
<activiti:field name="parameter">
<activiti:string>IN_PROGRESS</activiti:string>
</activiti:field>
</activiti:executionListener>
</extensionElements>
</serviceTask>
<callActivity id="ConfirmationRequestCreateAndPublish" name="ConfirmationRequestCreateAndPublish" activiti:async="true" calledElement="ConfirmationRequestCreateAndPublish">
<extensionElements>
<activiti:in source="PAYLOAD" target="PAYLOAD"></activiti:in>
<activiti
ut source="PAYLOAD" target="PAYLOAD"></activiti
ut>
</extensionElements>
</callActivity>
org.activiti.engine.RuntimeService.startProcessInstanceByKey(String, String, Map<String, Object>)
org.activiti.engine.RuntimeService.messageEventReceived(String, String, Map<String, Object>)
03-15-2013 04:53 AM
Numbers of service tasks: Incoming 13, Operate 61, Confirm 21, Syn 5
Processes generally contain loops, but in the case described no loop is executed more than once. All service tasks have exactly 1 outgoing connector into an Exclusive Gateway that dispatches on the result of the node. So roughly, there are as many Exclusive Gateways as there are service tasks (merge gateways not counted).
Any help would be highly appreciated, as the huge stack is really a show-stopper for us.
03-19-2013 03:04 AM
while (N < 1000) do
N = N + 1 // ServiceTask
03-20-2013 05:50 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.