cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Workflow

mythox
Champ on-the-rise
Champ on-the-rise
Hi, i'm very new to aflresco, what can I do if I need a workflow with parallel reviewer as below

1. originator insert multiple participant with individual criteria such as deadline
2. participants got an email notice about a workflow assignment
3. participants click the mail link back to the document
4. participants accept or reject with comment
5. flow end when all participant accepted the flow.  (or anyone rejected the flow)

with this requirement, do i need to modify the code?  or any existing template apply? 

Thankyou very much.
2 REPLIES 2

invictus9
Champ in-the-making
Champ in-the-making
The out-of-the-box parallel review work flow has to be enabled.

You set the due date when you initiate the work flow.

The out-of-the-box work flows from Alfresco do not send email to the participants in the work flow. Instead, the participants will have a "Tasks to be done" list on their home screen in Alfresco. The work flow source code is available, and you can customize it easily to perform the email action.

The tasks list has a link to the document.

You have to set the approval level for the work flow to 100%. By default, it is 50%.
——

You should note that the work flow you are describing may not be exactly the same as the business process you want to implement. The parallel review process doesn't reflect the give-and-take, back-and-forth communication that humans use to get things done. Hence, once someone clicks the "Reject" button, the document will be rejected, and you will have to start with a new work flow to get it approved.

mythox
Champ on-the-rise
Champ on-the-rise
Thanks alot for the explaination, i've deployed the default parallel workflow to alfresco successfully, thanks~

on the other hand, the file is allowed multiple workflow start together, is it by design?  normally should be only 1 workflow allowed to run.

Thankyou.