<boundaryEvent id="BoundaryEvent_4" name="" attachedToRef="tskB">
<outgoing>SequenceFlow_15</outgoing>
<timerEventDefinition id="TimerEventDefinition_3">
<timeDuration xsi:type="tFormalExpression">PT30S</timeDuration>
</timerEventDefinition>
</boundaryEvent> <bean id="processEngineConfiguration"
class="org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration">
<property name="dataSourceJndiName" value="java:jboss/datasources/ProjectXADS" />
<property name="transactionManager" ref="transactionManager" />
<property name="transactionsExternallyManaged" value="true" />
<property name="history" value="full" />
<property name="deploymentResources" value="classpath*:/diagrams/*.bpmn20.xml" />
<property name="jobExecutorActivate" value="true" />
</bean>