Petals-SE-Flowable 1.3.1+

compared with
Current by Christophe DENEUX
on Jun 02, 2022 11:05.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History
<property name="asyncExecutorActivate" value="true"/>
<property name="asyncExecutor" ref="asyncExecutor"/>

<!-- Add custom EL functions, as to parse date -->
<property name="customFlowableFunctionDelegates">
<list>
<ref bean="myFlowableDateParseFunctionDelegate" />
</list>
</property>
</bean>

<bean id="asyncExecutor" class="org.flowable.job.service.impl.asyncexecutor.DefaultAsyncJobExecutor">
<property name="defaultAsyncJobAcquireWaitTimeInMillis" value="1000"/>
<property name="defaultTimerJobAcquireWaitTimeInMillis" value="1000"/>
</bean>

<bean id="myFlowableDateParseFunctionDelegate" class="org.ow2.petals.flowable.juel.FlowableDateParseFunctionDelegate" />

</beans>
{code}