Skip to content

Instantly share code, notes, and snippets.

@omolina
Created September 4, 2013 15:17
Show Gist options
  • Save omolina/6438467 to your computer and use it in GitHub Desktop.
Save omolina/6438467 to your computer and use it in GitHub Desktop.
Task Model Alfresco
<?xml version="1.0" encoding="UTF-8"?>
<model name="" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm"/>
</imports>
<namespaces>
<namespace uri="http://www.alfresco.org/model/workflow/1.0" />
</namespaces>
<types>
<type name="">
<parent>bpm:startTask</parent>
<properties>
<property name="">
<type>d:text</type>
<mandatory>true</mandatory>
<multiple>false</multiple>
</property>
</properties>
</type>
</types>
<aspects></aspects>
</model>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment