06-05-2012 11:40 PM
06-06-2012 09:02 AM
<serviceTask id="socialPublish" name="My task" activiti:delegateExpression="${myTask}">
<documentation>My task</documentation>
</serviceTask>
<util:map id="activitiBeanRegistry" map-class="java.util.HashMap">
<entry key="services" value-ref="ServiceRegistry"/>
<entry key="myTask" value-ref="myTask"/>
</util:map>
<bean id="myTask" class="org.alfresco.poc.wf.delegates.MyTaskDelegate">
<property name="…">
<ref bean="…" />
</property>
</bean>
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.