06-01-2018 11:39 AM
assigned-task= new-pooled-task=
06-02-2018 02:29 AM
Repo Tier AMP
Create AMP using Alfresco Maven SDK.
Create messages folder under src/main/amp/config/alfresco/module/[your app name].
Create property file named myworkflow.properties
Add below line to file.
assigned-task=New assigned name
After that Edit service-context.xml and add following lines.
<bean id="${project.artifactId}-dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="labels">
<list>
<value>alfresco/module/${project.artifactId}/messages/myworkflow</value>
</list>
</property>
</bean><bean id="${project.artifactId}-dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="labels">
<list>
<value>alfresco/module/${project.artifactId}/messages/myworkflow</value>
</list>
</property>
</bean>
Check this on alfresco SDK.
if it works fine then create AMP and install it on your alfresco.
Thanks,
Explore our Alfresco products with the links below. Use labels to filter content by product module.