Workflow updates to support deployment of a workflow definition sourced from the repository (ie. node of type bpm:workflowDefinition)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6770 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2007-09-12 21:26:12 +00:00
parent e99a9a0d3d
commit f161572b1e
11 changed files with 336 additions and 9 deletions

View File

@@ -269,6 +269,32 @@
</overrides>
</type>
<!-- -->
<!-- Workflow Definition -->
<!-- -->
<type name="bpm:workflowDefinition">
<title>Workflow Process Definition</title>
<parent>cm:content</parent>
<properties>
<property name="bpm:definitionName">
<title>Workflow Name</title>
<type>d:text</type>
</property>
<property name="bpm:engineId">
<title>Workflow Engine Id</title>
<type>d:text</type>
<mandatory>true</mandatory>
<default>jbpm</default>
</property>
<property name="bpm:definitionDeployed">
<title>Workflow Deployed</title>
<type>d:boolean</type>
<default>false</default>
</property>
</properties>
</type>
</types>