05-03-2011 03:18 AM
<!– –>
<!– Single Task Assignee Level 1 –>
<!– –>
<aspect name="bpm:assigneeL1">
<associations>
<association name="bpm:assigneeL1">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:person</class>
<mandatory>true</mandatory>
<many>false</many>
</target>
</association>
</associations>
</aspect>
<!– –>
<!– Single Task Assignee Level 2 - Association not found–>
<!– –>
<aspect name="bpm:assigneeL2">
<associations>
<association name="bpm:assigneeL2">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:person</class>
<mandatory>true</mandatory>
<many>false</many>
</target>
</association>
</associations>
</aspect>
<config evaluator="node-type" condition="wf:submitReviewTaskL1" replace="true">
<property-sheet>
<separator name="sep1" display-label-id="general" component-generator="HeaderSeparatorGenerator" />
<show-property name="bpm:workflowDescription" component-generator="TextAreaGenerator" />
<show-property name="bpm:workflowPriority" display-label-id="wf_review_priority" />
<show-property name="bpm:workflowDueDate" display-label-id="wf_review_due_date" />
<separator name="sep2" display-label-id="users_level_1" component-generator="HeaderSeparatorGenerator" />
<show-association name="bpm:assigneeL1" display-label-id="wf_reviewerL1" />
<separator name="sep3" display-label-id="users_level_2" component-generator="HeaderSeparatorGenerator" />
<show-association name="bpm:assigneeL2" display-label-id="wf_reviewerL2" />
</property-sheet>
</config>
07-12-2011 03:00 PM
07-13-2011 10:10 AM
<types>
<type name="your_wf_namespace:submitReviewTaskL1">
<parent>bpm:startTask</parent>
<mandatory-aspects>
<aspect>your_wf_namespace:assigneeL1</aspect>
</mandatory-aspects>
<mandatory-aspects>
<aspect>your_wf_namespace:assigneeL2</aspect>
</mandatory-aspects>
</type>
</types>
<aspects>
<aspect name="your_wf_namespace:assigneeL1">
<associations>
<association name="your_wf_namespace:assigneeL1">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:person</class>
<mandatory>true</mandatory>
<many>false</many>
</target>
</association>
</associations>
</aspect>
<aspect name="your_wf_namespace:assigneeL2">
<associations>
<association name="your_wf_namespace:assigneeL2">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:person</class>
<mandatory>true</mandatory>
<many>false</many>
</target>
</association>
</associations>
</aspect>
</aspects>
in your file myWorkflow-model.xml07-14-2011 02:20 PM
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.