State transition - Best Practices
Hello All, I have a custom application build using App engine studio. I need to move the state of task to different states like WIP, Pending Review, Reviewed, Pending Approval etc. Should we create UI action to do the state changes or any other Low C...