In my application I need to configure the approval task for multiple approvers in parallel. I m thinking to configure MNI for the process to assign the task to approvers. Scenario is let's say I have 3 approvers and if two approvers approves and one reject it then the request need to be reassigned to the initiator. It should move forward only if all the approvers are approved.. How to achieve this in appian. And also for approving I need to use the esign which is integrated in another application. Should I just to call that interface object or do I need to integrate that application in my application?
Discussion posts and replies are publicly visible
reenab0003 said:And also for approving I need to use the esign which is integrated in another application.
What exactly does this mean?
I need to integrate the application which is used for esign to approve
OK, but is that application a web UI, an API or something else?
An Api
OK. Then a user input task will not be the solution.
If you share more details, we might be able to come up with a solution approach.
The thing is I need to have my request needs to be approved by multiple approvers in parallel. Once all approvers approved then it needs to proceed further. For the approve button i need to integrate with other application which is used for esign
More details please. I do not want to just guess what you are dealing with.