I have a parallel gateway that sends a task to a user and a supervisor. If one OR the other makes a Approve or Reject I want to cancel the others task. I have this working with a throw/catch
However, the Gateway after the Signal throw needs to go one of two ways depending on who did the approval (supervisor or user). I can't seem to check in the gateway which task completed so I probably need to run a workflow and pass back a variable to the form and check that. How would I go about checking the task name? I believe I could check the Form name, but they have the same form. Do I need to copy the form with a different name and give them the appropriate one and then check that?
Thanks,
Chris