Based upon the previous approval and reject status we need to predict and make the process autoapproval.
Discussion posts and replies are publicly visible
Hi ,
you can use gateways to automate the flow based on status and data. Add some logical conditions in the gateways as required and redirect the flow as needed.
Based on your requirement you can apply check whether the approval is required or not and then use gateways to assign a approval task or directly mark it as completed in the workflow and set the status accordingly.
Step 1: Create Interface. Divide into three sections. Example Internet Reimbursement: Section 1: Employee details with amount, Section 2: Level 1 approval , Section 3: Level 2 approval. Use showWhen, Disable buttons, Saveinto in Submit buttons.
Step 2: While designing process model, 1. Start node 2. Add User input task 3. Add XORor gateway ( Configure condition such as if amount is greater than 1000 goto cond 1 ( level approval and than level 2) and if amount< 1000 goto approval status and end node.)