I'm looking to send multiple review actions at the same time to unique approvers and with unique descriptions. Consider the example below:
Order | Reviewer | Description |
---|---|---|
1 | Joe | Quality Review |
2 | Bob | Material Review |
3 | Jane | Customer Notification |
4 | Mark | Process Setup |
When a new item is being processed for review, I'd like the workflow to create a review action for Joe with the description of "Quality Review", a review action for Bob with the description of "Material Review", a review action for Jane with the description of "Customer Notification", a review action for Mark with the description of "Process Setup".
These four reviews are not dependent on each other, meaning Bob's review email should be received the same time as Joe's review email. All request for review actions should take place on the item being processed, this way the review email contains the attachments to the item.
Currently, each request review and request task action are waiting for that task to complete.