Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.