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

crea’s picture

Status: Active » Closed (duplicate)