Utility
Here are 3 sample queries with different scenarios that will retrieve the form_archive of a specific request and optionally a specific activity instance:
-
Downloads the latest form archive of request #5224
http://localhost/wfgen/show.aspx?QUERY=DOWNLOAD&DATA_NAME=FORM_ARCHIVE&ID_PROCESS_INST=5224 -
Downloads the form archive of the first action of request #5224
http://localhost/wfgen/show.aspx?QUERY=DOWNLOAD&DATA_NAME=FORM_ARCHIVE&ID_PROCESS_INST=5224&ID_ACTIVITY_INST=1 -
Downloads the form archive of the second action of request #5224
http://localhost/wfgen/show.aspx?QUERY=DOWNLOAD&DATA_NAME=FORM_ARCHIVE&ID_PROCESS_INST=5224&ID_ACTIVITY_INST=2
NOTE:
For option 2 and 3, “Archive action associated data” must be enabled in order to archive each activity instance.
The value parameter of DATA_NAME can be changed in order to retrieve another file data (Eg. value FORM_DATA will return the form_data file)
Security
WorkflowGen will check the security if the user have access to the form archive of the specific request using this URL