I have a SPD 2010 workflow that uses the start approval process task. This activity allows user to approve or deny a request from the task item. If the user rejects the item, then the workflow status gets set to "Rejected".
My question is how do i get the current workflow status value? i.e. if the user rejects it, then i want the workflow to branch. But how do i branch based on workflow status?
I tried Current Item: Approval Status. But that does not seem to be correct.
thanks