How can Nextcloud implement an Approval Workflow?

How can Nextcloud implement an Approval Workflow as follows?

UserA Request Approval > ApproverB > ApproverC

  1. UserA request a file for approval to ApproverB.
    Added the tag Pending1 on the file.

  2. ApproverB approves the file.
    The tag changes from Pending1 to Signed1.

  3. The system automatically forwards the file to ApproverC for the next approval.
    Added the tag Pending2 on the file.

  4. ApproverC reviews and approves the file.
    The tag changes from Pending2 to Signed2.

I assume you mean using the Approval app?

I believe you’d just have two approval work flows, one for each stage.

Approval: Settings

1 Like