- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Lets see if this helps ...
There is a property "endDate" for every Workflow token, which shows the date when this particular workflow token was finished executing. You could retrieve the current token of the workflow by sorting out all the tokens for that workflow in descending order of endDate, the first one being the current token.
Hope this is what you are looking for and it helps.