mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- Example group / pooled workflow definitions
- Fix to workflow javascript when writing multiple variables back to process git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4893 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -23,33 +23,39 @@
|
||||
<aspect>bpm:assignee</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<type name="wf:submitGroupReviewTask">
|
||||
|
||||
<type name="wf:submitConcurrentReviewTask">
|
||||
<parent>bpm:startTask</parent>
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:groupAssignee</aspect>
|
||||
</mandatory-aspects>
|
||||
<properties>
|
||||
<property name="wf:requiredApprovePercent">
|
||||
<type>d:int</type>
|
||||
<mandatory>true</mandatory>
|
||||
<default>50</default>
|
||||
<constraints>
|
||||
<constraint type="MINMAX">
|
||||
<parameter name="minValue"><value>1</value></parameter>
|
||||
<parameter name="maxValue"><value>100</value></parameter>
|
||||
</constraint>
|
||||
</constraints>
|
||||
</property>
|
||||
</properties>
|
||||
</type>
|
||||
|
||||
<!-- Submit review to multiple people (explicit list) -->
|
||||
<type name="wf:submitParallelReviewTask">
|
||||
<parent>bpm:startTask</parent>
|
||||
<properties>
|
||||
<property name="wf:requiredApprovePercent">
|
||||
<type>d:int</type>
|
||||
<mandatory>true</mandatory>
|
||||
<default>50</default>
|
||||
<constraints>
|
||||
<constraint type="MINMAX">
|
||||
<parameter name="minValue"><value>1</value></parameter>
|
||||
<parameter name="maxValue"><value>100</value></parameter>
|
||||
</constraint>
|
||||
</constraints>
|
||||
</property>
|
||||
</properties>
|
||||
<parent>wf:submitConcurrentReviewTask</parent>
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:assignees</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<!-- Submit review to multiple people (as included in a group) -->
|
||||
<type name="wf:submitGroupReviewTask">
|
||||
<parent>wf:submitConcurrentReviewTask</parent>
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:groupAssignee</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<type name="wf:reviewTask">
|
||||
<parent>bpm:workflowTask</parent>
|
||||
|
Reference in New Issue
Block a user