08-03-2018 08:57 AM
I need to do the following in an Activiti workflow conditional sequence flow:
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${mybean.someBooleanFunction()}]]></conditionExpression>
I need assistance in configuring "mybean", as the Activiti Engine does not seem to pick it up.
08-06-2018 05:40 AM
Hi,
If you are using Spring then you can annotate the bean class with @component("mybean").Or you can use ProcessEngineConfigurationImpl class setBean method if you are using activiti 6 community version.
Explore our Alfresco products with the links below. Use labels to filter content by product module.