09-22-2011 10:54 AM
<type name="wf:iniApp">
<parent>bpm:startTask</parent>
<mandatory-aspects>
<aspect>bpm:assignee</aspect>
</mandatory-aspects>
</type>
In this file "workflowModel.xml" which is in this path "/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/workflow/"WARN [repo.dictionary.DictionaryDAO] Type not found: {http://www.alfresco.org/model/workflow/1.0}
10-04-2011 06:37 AM
10-07-2011 04:43 AM
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="Vehicle Process4">
<swimlane name ="initiator"/>
<start-state name="initiate">
<description>
Initiate process
</description>
<task name="wf:initApp" swimlane="initiator">
</task>
<transition to="supervisor" name="to supervisor"></transition>
</start-state>
<swimlane name="assignee">
<assignment actor-id="#{bpm_assignee.properties['cm:userName']}"/>
</swimlane>
<swimlane name ="c pule"/>
<task-node name="supervisor">
<description>
Applicant Supervisor
</description>
<task name="wf:appSuptask" swimlane="c pule"/>
<transition to="resp-manager" name="to resp-manager"></transition>
</task-node>
<swimlane name =" c pitso"/>
<task-node name="resp-manager">
<description>
Responsibility Manager
</description>
<task name="wf:respManagertask" swimlane="c pitso"/>
<transition to="trans-office" name="to trans-office"></transition>
</task-node>
<swimlane name ="dichaba"/>
<task-node name="trans-office">
<description>
Transport Officer
</description>
<task name="wf:transOfficetask" swimlane="dichaba"/>
<transition to="end-process" name="to end-process"></transition>
</task-node>
<end-state name="end-process"/>
</process-definition>
<?xml version="1.0" encoding="UTF-8"?>
<model name="wf: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/workflow/1.0" prefix="wf"/>
</namespaces>
<types>
<type name="wf:initApp">
<parent>bpm:startTask</parent>
<properties>
<property name="wf:notifyMe">
<type>d:boolean</type>
<default>false</default>
</property>
</properties>
<mandatory-aspects>
<aspect>bpm:assignee</aspect>
</mandatory-aspects>
</type>
<type name="wf:appSuptask">
<parent>bpm:workflowTask</parent>
</type>
<type name="wf:respManagertask">
<parent>bpm:workflowTask</parent>
</type>
<type name="wf:transOfficetask">
<parent>bpm:workflowTask</parent>
</type>
</types>
</model>
WARN [repo.dictionary.DictionaryDAO] Type not found: {http://www.alfresco.org/model/workflow/1.0}initApp
10-13-2011 11:49 AM
<?xml version="1.0" encoding="UTF-8"?>
<model name="wfge:workflow-green-energy" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>Green Energy Workflow Model</description>
<author>Alfresco Training</author>
<version>1.1</version>
<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/training/1.0" prefix="wfge"/>
</namespaces>
<types>
<type name="wfge:startSopReview">
<parent>bpm:startTask</parent>
<mandatory-aspects>
<aspect>wfge:instructionAspect</aspect>
</mandatory-aspects>
</type>
<type name="wfge:sopReview">
<parent>bpm:workflowTask</parent>
<mandatory-aspects>
<aspect>wfge:commentAspect</aspect>
<aspect>wfge:instructionAspect</aspect>
</mandatory-aspects>
</type>
</types>
<aspects>
<aspect name="wfge:instructionAspect">
<properties>
<property name="wfge:instructions">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
</aspect>
<aspect name="wfge:commentAspect">
<properties>
<property name="wfge:comment">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
</properties>
</aspect>
</aspects>
</model>
03-20-2013 12:24 AM
03-27-2013 05:24 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.