Is there a way to have a task that uses a majority approval vs a single or all?
Is there a way to have a task that uses a majority approval vs a single or all?
Hi Bo,
this questions brings me back 10 years, when I had to do this in a SharePoint application. :)
My best idea is the following in case that everyone needs to decide for an action:
1) The path leading to approval step is set to "Completion - All"
2) The options (paths) in the new step are set to "Wait for required tasks to be completed". All paths lead to a flow control
3) In the flow control you can query the [WFElementTasks] table and check the field WF_FinishPath.
Depending on your case, you can than determine which action should be taken. In my case I had to verify whether it was a draw. In this case the vote of the chairman had to be counted twice. :)
Best regards,
Daniel
I think that the article: https://community.webcon.com/posts/post/parallel-task-assignment/124 may be helpful.