mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28846 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<model name="pubwf:workflowModel" 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/publishingworkflow/1.0" prefix="pubwf"/>
|
|
</namespaces>
|
|
|
|
<types>
|
|
|
|
<!-- -->
|
|
<!-- Start Publish Task -->
|
|
<!-- -->
|
|
<type name="pubwf:startPublish">
|
|
<parent>bpm:startTask</parent>
|
|
<properties>
|
|
<property name="pubwf:publishingEvent">
|
|
<type>d:noderef</type>
|
|
<mandatory>true</mandatory>
|
|
</property>
|
|
<property name="pubwf:scheduledPublishDate">
|
|
<type>d:any</type>
|
|
</property>
|
|
</properties>
|
|
</type>
|
|
|
|
</types>
|
|
</model> |