Good afternoon, I was wondering if you could help me with a workflow that utilizes a parallel block for multi- person approvals/ rejections. I'm not sure how to go about setting this up in SD 2013 but my workflow goes something like this, Step: MANAGER APPROVAL If Current Item:Document_Type equals FMI Procedure Set Status to Pending Manager Review Email Vinson, James; Owen, Belinda; Marange, Luke The following actions will run in parallel: Step: Managers Approval for Review If Current Item:Owen Approval equals Reviewed and Current Item:VINSON_APPROVAL equals Reviewed and Current Item:MARANGE_APPROVAL equals Reviewed Set Status to Pending Director Review Email Dexter, Jaimee Step: Managers Reject Review If Current Item:Owen Approval equals Rejected or Current Item:MARANGE_APPROVAL equals Rejected or Current Item:VINSON_APPROVAL equals Rejected Set Status to Edits Requested Email Current Item:Created By So basically, in parallel it is waiting for those 3 fields to all equal Reviewed once that happens it will change the status to Director review and email me? Do I have to tell it to wait for all three, or is the block basically telling it within this step all three need to equal this before carrying on? And the condition below is if any of them equal Rejected (not all) then it is sent back. Does this look correct? I can't seem to get it to work.... At what point, and how do I transition out of the parallel block? All I need is for the approvals/ rejections of the 3 managers to happen at the same time and not have to wait for a sequential order.