Hello,
I struggle with this scenario:
1) An AD group of 8 purchasers gets the first task to approve an order.
2) One user approves the order for the first step.
3) Several steps later another purchase out of the group of 8 is meant to approve the order again.
But not the user having done the first approval (1).
My approach would be to get the first approver from the tasks table via SQL and make sure that he is not within the users for the second approval. So that this user would not receive a second task on that workflow instance.
Does that work or is there a better approach?
Can I use an SQL statement for the user assignment?
Any better suggestion?
Thanks for your answers in advance.