Closed (duplicate)
Project:
Workflow
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jul 2009 at 18:18 UTC
Updated:
3 Aug 2009 at 06:50 UTC
I have an action firing on the trigger workflow state change to send a tokenized email. In that email I am using the tokens [workflow-current-state-name] and [workflow-current-state-log-entry]. Both are returning the previous states information.
So for example when changing the state from "active" to "completed" it will return "active" in the email, along with the last "active" log entry instead of "completed".
It was my understanding that the action would fire after the state change. After looking through the code it seems like everything is right so I haven't a clue what the problem is.
Any assistance would be greatly appreciated.
Comments
Comment #1
crea commentedDuplicate of #327144: workflow-state tokens are reversed