1- I have an Activity with will send the work items to muliple Destination Rules.
2- But, I havn't to send work items to the user if his name is the same as the Originator name - And the Activity Data field of that user must be counted as "Approved".
Below is my code, I make the work items not be sent to the user, but I couldn't finish the Acitivity Instance at that time.
Can any body help me ?
Thank very much
= "Approved";
// ...How to finish the Acitivity in here ?...
}
}