07-02-2007 11:08 AM
<swimlane name="commdirection">
<assignment actor-id="admin"/><!– To be the direction group –>
</swimlane>
<swimlane name="corrector">
<assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
<pooledactors>GROUP_quality</pooledactors>
</assignment>
</swimlane>
<swimlane name="publisher">
<assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
<pooledactors>GROUP_quality</pooledactors>
</assignment>
</swimlane>
<start-state name="start">
<task name="bw:rcStartTask" swimlane="initiator" />
<transition name="Send to corrector" to="correcting" />
</start-state>
<task-node name="correcting">
<task name="bw:rcCorrectingTask" swimlane="corrector" />
<transition name="sendToApprover" to="techapproving" />
</task-node>
<task-node name="techapproving">
<task name="bw:rcApproving" swimlane="techdirection"/>
<transition name="reject" to="correcting" />
<transition name="approve" to="commapproving"/>
</task-node>
<task-node name="commapproving">
<task name="bw:rcApproving" swimlane="techdirection"/>
<transition name="reject" to="correcting" />
<transition name="approve" to="publishing"/>
</task-node>
<task-node name="publishing">
<task name="bw:rcPublishing" swimlane="publisher"/>
<transition name="publish" to="startSigning" >
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
for (var i = 0; i < bpm_package.children.length; i++) {
bpm_package.children[i].move(bw_rcDestFolder);
}
</script>
</action>
</transition>
</task-node>
07-02-2007 11:45 AM
07-03-2007 07:42 AM
A is a group,
1,2 are tasks
1 is a task with A as a swimlane.
if I do the following transitions: 0->1->2->1 at the end nobody in A see the task n.1
if I do the following: 0->1,take ownership->2->1 at the end the task is a personal (not pooled) and owned by the one that owned after step 1
07-19-2007 01:20 PM
07-19-2007 06:38 PM
08-06-2007 08:17 AM
08-06-2007 08:50 AM
is there a way to 'force' a user to take ownership before going on the next step?
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.