Symptoms
Last week I was able to view the workflow process of an item from SharePoint. When I tried today with a few different users, none of us were able to see the Workflow Process from the K2 Workflows screen from within SharePoint. There is a box that says "View Flow" but there is nothing underneath it. There used to be an image that you could select to then view a graphical representation of the workflow and where the process was or where errors occurred. I have attached an image of the screen I now see. I was able to view the process by extracting the URL from the source code of the page and going that way, however, that is just a temporary solution. Ideally i would like the image to show up again or to know why it has disappeared.
Diagnoses
Somehow the image file for that View Flow icon was removed from the WebResources/CSS Bundle.
Resolution
Clearing the control cache seemed to resolve the issue. Clear the control cache by using the K2 Designer URL and place this on the end of it: CacheControl.ashx?m=Clear
Example:
My designer site: https://k2.domain.com/designer/default.aspx
Cache clear URL: https://k2.domain.com/runtime/runtime/CacheControl.ashx?m=Clear