how to configure auto approval flow

Certified Senior Developer

Based upon the previous approval and reject status we need to predict and make the process autoapproval.

  • We have three forms which user has to be filled and submit based upon this data the reviewer will approve or reject.
  • Based on the previous data and approval& reject status the flow has to be automated.
  • How do I achieve this..??

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    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.)

Reply
  • 0
    Certified Associate Developer

    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.)

Children
No Data