I have a workflow and in this workflow one "Composite Task" activity. Is there a way for me to read the ID of that Task after it is Approved?
I need to read a value of one field (User field) from this task in workflow, but I can't do that since i don't have the ID of that task. It would be great when I could return User Id in an "outcome" of Task, but "outcome" returns only Choice field values.