Good morning:
We need to implement the next scenario obout Human Task - Executor Selection:
- All the executors have decided
- All have accepted
- Result: Accepted (because "yes" is the deicision of all people).
If one person has Rejected the task, the Result: Rejected.
We need that all people must decide and must accept.
How can implement this scenario?
We have tested with "Executor selection: All required", but it doesn't work, because the final Result is the result of the majority.
Thank you very much in advance.
Regards.
Raquel.
2 Replies
-
Hi Raquel,
this can be done using termination rule:
- model 2 human tasks "Accept" and "Reject" in the process flow after an AND rule (policy All required)
- close the branches not with a closing AND but with termination rule
APG will behave as follows:
- each user will get 2 tasks automatically - Accept and Reject
- as soon as the user finishes one of these tasks, the other one will be automatically cancelled by APG and will disappear from the users tasklist
Hope this helps
Denitza
-
Hello,
I have a similar situation like Raquel only that i do not have 2 but 3 options (Accept, Modify, Reject).
Is it also possible to join 3 paths with the termination rule?
Regards,
Mathias