How can Nextcloud implement an Approval Workflow as follows?
UserA Request Approval > ApproverB > ApproverC
-
UserA request a file for approval to ApproverB.
Added the tag Pending1 on the file. -
ApproverB approves the file.
The tag changes from Pending1 to Signed1. -
The system automatically forwards the file to ApproverC for the next approval.
Added the tag Pending2 on the file. -
ApproverC reviews and approves the file.
The tag changes from Pending2 to Signed2.