replied on September 29, 2014
Interesting.
So I believe there have been feature requests to make the URL's available to us. It would be this functionality that would make this easiest for you.
If given the URL of the task, one could make a shortcut file in the script activity that used the URL token as the URL for the shortcut and then brought that shortcut into the repository. This would be useful in sending links to users via workflow of the next task.
The easiest way would be if you implemented the forms process as a simple submission process. Each time an update is made, whether to edit the case or to close it, it's a new forms submission. You would use the base URL to create the shortcut, but add into the URL variable values so that you fill the form with the current information, or cause the information to be pulled from a database upon loading. Then this URL would be able to be made from Workflow and used to directly close/edit a case.