November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Some more context...
I know that through a workflow, the workflow instance keeps getting History Items added to it. And you can view those in the Running Instances. But when a workflow terminates, all those history items appear to vanish.
How do I retain them?
I'd like to do some simple logging when a workflow is passed to the next state -- so when someone approves an event, for instance, I'd like to log the approval and their comments.
I can find InstanceStarting, etc. on InstanceHandler, but I can't seem to find an event that fires ever time a workflow moves to the next state. Does such an event exist? I've been searching both EPiServer's code, and Windows Workflow Foundation docs.