ringlesoft / laravel-process-approval

Laravel Process Approval is a Laravel package that makes it easy to add approvals to your Laravel application. It allows you to define approval workflows for any model, and it provides a simple and easy-to-use API/UI for managing approvals.
http://ringlesoft.com/packages/laravel-process-approval
MIT License
156 stars 17 forks source link

Tenant aware flows? #24

Open tonypartridge opened 1 month ago

tonypartridge commented 1 month ago

By default we can only build a single flow, what about adding tenant aware flows? For example, one tenant may have 1 person whom needs to approve an invoice. Another tenant, maybe have 2 people who need to approve the flow i.e. Manager and Department Manager. As it stands we would need multiple flows for this?

ringunger commented 1 week ago

Thanks @tonypartridge This is a good question. Let me work on this