whether there is a way to implement Parallel Approval in workflow?
Participants in serial order:
Participants in parallel order:
whether there is a way to implement Parallel Approval in workflow?
Participants in serial order:
Participants in parallel order:
Please elaborate your query with an example.
Topic was update
Has anyone figure out the solution to do this?
From my understanding, parallel approval is useful when every approvers have equal level of importance and oneās decision need not follow by anotherās.
For example, I want to purchase a computer to host a service and need approval from financial manager, IT manager, and Ops manager. If workflow is parallel, all managers could make their decision at the same time.
One potential solution that Iāve seen from other ERP is to folk and join workflow, but I couldnāt how to achieve that in vanilla ERPNext.
are you still looking this feature?
Hello! Have you found any solution for parallel approval?
Why just donāt go for Custom Workflow
workflow_state
or anything suitable for youThank you for answer!
I am new in frappe and want to know a typical approach to solve such issues. There is workflow system implemented in frappe framework. And it is complicated and error-prone to create custom fields and client scripts instead of using built-in workflow feature.
Unfortunately, at the moment i found closed PR without any activities for a long time.