Created
September 4, 2013 15:17
-
-
Save omolina/6438467 to your computer and use it in GitHub Desktop.
Task Model Alfresco
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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