Currently, I have an approval task process that assigns a task to an entire group. But only one member of the group has to approve, while it takes two to reject.
I edited the task process completion step to check for any approvals in the task list, unless that task itself was changing the status to approve.
My question is I'm not sure how to check the Workflow Tasks List for an approval related to that specific process. I didn't see a Workflow ID, but not a Task Process ID I could sort by.
Second. The Task process deletes the remaining task assignments since it only requires one approval from the group to complete the task process. I'm all ears for a better implementation.