Simultaneous approval for a different number of people
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2016 05:43 PM
I need to create a workflow that will have 1-* approvals. It will vary depending on some parameters on a document. The approval schema is all or nothing. If one approver declines, the document is rejected. What's the best way to acomplish this? I'll interact with document/workflow via API (if that changes anything)
Tks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2016 08:28 PM
I managed to achieve the Multi approvers with Multiple task selecting on "Create one task per assignee" Setting Assignees expression as Document["DR:contributors_approvers"] which is a multivalue String field on the document
