I am currently writing a custom authorization workflow to match users based on an XPath expression. If there is a "potential" match I want an approver to either approve the match (This part is working fine) or Reject the match - in which case I would like to create the user with a new ID.
The problem I have is when the request is rejected it seem to end all workflow activity. Is there a way to check if the request was approved or rejected ?
Thanks
Phil