Hi, All:

Our company org. structure is like below :

Group --> Section –> Department --> Division --> General Manager

The process flow requires general manager's approval, some people are in group, section, some people are in department or division, 

Some people need 5 step to complete the approval, but some people only need general manager's approval,

I've tried to use subflow to design a loop process, but no matter how many steps executed, Joget only keeps the last one approval record, 

Can someone teach me how to design the flow.

Thank you
Best Regards
Jonathan Yang

  • No labels

1 Comment

  1. Hi Jonathan,

    This is because the activity is accessing the same form that writes to the same datasource repetitively. You will need to configure your binders to suit your needs. You may look at the "HR Expenses Claim App" app bundled in your Joget installation to see some similar examples on how it's done.

    Cheers.